default Function2<T2,T3,R> |
Function3.acceptPartially(T1 t1) |
default Function2<T3,T4,R> |
Function4.acceptPartially(T1 t1,
T2 t2) |
default Function2<T4,T5,R> |
Function5.acceptPartially(T1 t1,
T2 t2,
T3 t3) |
default Function2<T5,T6,R> |
Function6.acceptPartially(T1 t1,
T2 t2,
T3 t3,
T4 t4) |
default Function2<T6,T7,R> |
Function7.acceptPartially(T1 t1,
T2 t2,
T3 t3,
T4 t4,
T5 t5) |
default Function2<T7,T8,R> |
Function8.acceptPartially(T1 t1,
T2 t2,
T3 t3,
T4 t4,
T5 t5,
T6 t6) |
default Function2<T8,T9,R> |
Function9.acceptPartially(T1 t1,
T2 t2,
T3 t3,
T4 t4,
T5 t5,
T6 t6,
T7 t7) |
static <T1,T2,R> Function2<T1,T2,R> |
Function2.from(BiFunction<T1,T2,R> biFunction) |