@FunctionalInterface public static interface ThrowingEx.BiFunction<T1,T2,R>
A bi-function that can throw any exception.
R
apply(T1 input1, T2 input2)
R apply(T1 input1, T2 input2) throws Exception
Exception