Interface BiConsumerWithException<T,U>

Type Parameters:
T - the type of the first argument
U - the type of the second argument
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@Deprecated @FunctionalInterface public interface BiConsumerWithException<T,U>
Deprecated.
BiConsumer interface that allows exceptions.