default Function0<R> |
Function1.acceptPartially(T1 t1) |
default Function0<R> |
Function2.acceptPartially(T1 t1,
T2 t2) |
default Function0<R> |
Function3.acceptPartially(T1 t1,
T2 t2,
T3 t3) |
default Function0<R> |
Function4.acceptPartially(T1 t1,
T2 t2,
T3 t3,
T4 t4) |
default Function0<R> |
Function5.acceptPartially(T1 t1,
T2 t2,
T3 t3,
T4 t4,
T5 t5) |
default Function0<R> |
Function6.acceptPartially(T1 t1,
T2 t2,
T3 t3,
T4 t4,
T5 t5,
T6 t6) |
default Function0<R> |
Function7.acceptPartially(T1 t1,
T2 t2,
T3 t3,
T4 t4,
T5 t5,
T6 t6,
T7 t7) |
default Function0<R> |
Function8.acceptPartially(T1 t1,
T2 t2,
T3 t3,
T4 t4,
T5 t5,
T6 t6,
T7 t7,
T8 t8) |
default Function0<R> |
Function9.acceptPartially(T1 t1,
T2 t2,
T3 t3,
T4 t4,
T5 t5,
T6 t6,
T7 t7,
T8 t8,
T9 t9) |
static <R> Function0<R> |
Function0.from(Callable<R> callable) |
static <R> Function0<R> |
Function0.from(Supplier<R> supplier) |