Interface ThrowingConsumer<I, T extends Throwable>
- Type Parameters:
I- the type of the input to the operationT- the type of the exception the accept method may throw
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Represents an operation that accepts a single input argument and may thrown an exception.
- See Also:
-
Method Summary
-
Method Details
-
accept
-