Interface BiFunctionWithException<T,U,R>

Type Parameters:
T - the type 1 of the argument
U - the type 2 of the argument
R - the result type
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 BiFunctionWithException<T,U,R>
Deprecated.
BiFunction interface that allows exceptions.