public interface BiFunctionX<T,U,R>
BiFunction
R
apply(T t, U u)
BiFunction.apply(T, U)
R apply(T t, U u) throws Exception
Exception