public static interface F.Function2<A,B,R>
R
apply(A a, B b)
R apply(A a, B b) throws java.lang.Throwable
java.lang.Throwable