public static interface EX.BiFunction<T,U,R>
R
apply(T t, U u)
R apply(T t, U u) throws java.lang.Exception
java.lang.Exception