Interface CheckedBiConsumer<T,T2>
- Type Parameters:
T- Ist type of inputT2- IInd type of input
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
CheckedBiConsumer is an interface to model accepting two parameters but may throw
-
Method Summary
-
Method Details
-
accept
-