Interface CheckedBiConsumer<A,B,E extends Exception>
-
public interface CheckedBiConsumer<A,B,E extends Exception>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaccept(A a, B b)Perform the action with the provided arguments
-