Interface ETriConsumer<T1,T2,T3,E extends Exception>

Type Parameters:
T1 - The type of the first argument to the operation.
T2 - The type of the second argument to the operation.
T3 - The type of the third argument to the operation.
E - The type of exception that may be thrown.
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 ETriConsumer<T1,T2,T3,E extends Exception>
A functional interface that represents an operation that accepts three input arguments and potentially throws a checked exception.
Author:
Syam