public static interface F.Function3<A,B,C,R>
R
apply(A a, B b, C c)
R apply(A a, B b, C c) throws Throwable
Throwable