Package me.hsgamer.hscore.extra.consumer
Interface ThrowableBiConsumer<T,U>
- Type Parameters:
T
- the type of the first argument to the operationU
- the type of the second argument to the operation
- All Superinterfaces:
BiConsumer<T,
U>
BiConsumer
but ignores exceptions-
Method Summary
Methods inherited from interface java.util.function.BiConsumer
andThen
-
Method Details
-
accept
- Specified by:
accept
in interfaceBiConsumer<T,
U>
-
acceptSafe
Accept with exception- Parameters:
t
- the first valueu
- the second value- Throws:
Throwable
- the exception
-