Interface EBiConsumer<T1,T2,E extends Exception>

Type Parameters:
T1 - the type of the first input argument to the operation
T2 - the type of the second input argument to the operation
E - the type of the exception that may be thrown by the operation
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface EBiConsumer<T1,T2,E extends Exception>
Represents a two-argument operation that can throw a checked exception. This is a functional interface and is meant to be used as a lambda expression or method reference.
Author:
Syam