R
apply(T1 t1, T2 t2, T3 t3)
default Function<T1,BiFunction<T2,T3,R>>
curry()
default BiFunction<T1,T2,Function<T3,R>>
curry2()