T - the type of the input to the operationE - the type of the exceptionpublic interface ThrowableConsumer<T,E extends java.lang.Throwable>
Consumer| Modifier and Type | Method and Description |
|---|---|
void |
accept(T value)
Performs operation on argument.
|