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