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