Interface FallibleConsumer<T, X extends Throwable>
- Type Parameters:
T
- the type of the input to the operationX
- the type of the exception potentially being thrown by the operation
-
Method Summary
-
Method Details
-
accept
Performs this operation on the given argument.- Parameters:
t
- the input argument- Throws:
X
- if the operation fails
-