public interface Function7<T1,T2,T3,T4,T5,T6,T7,R>
| 限定符和类型 | 方法和说明 |
|---|---|
default Function6<T2,T3,T4,T5,T6,T7,R> |
acceptPartially(T1 t1) |
default Function5<T3,T4,T5,T6,T7,R> |
acceptPartially(T1 t1,
T2 t2) |
default Function4<T4,T5,T6,T7,R> |
acceptPartially(T1 t1,
T2 t2,
T3 t3) |
default Function3<T5,T6,T7,R> |
acceptPartially(T1 t1,
T2 t2,
T3 t3,
T4 t4) |
default Function2<T6,T7,R> |
acceptPartially(T1 t1,
T2 t2,
T3 t3,
T4 t4,
T5 t5) |
default Function1<T7,R> |
acceptPartially(T1 t1,
T2 t2,
T3 t3,
T4 t4,
T5 t5,
T6 t6) |
default Function0<R> |
acceptPartially(T1 t1,
T2 t2,
T3 t3,
T4 t4,
T5 t5,
T6 t6,
T7 t7) |
R |
apply(T1 t1,
T2 t2,
T3 t3,
T4 t4,
T5 t5,
T6 t6,
T7 t7) |
default R |
applyUnchecked(T1 t1,
T2 t2,
T3 t3,
T4 t4,
T5 t5,
T6 t6,
T7 t7) |
default R |
applyUnchecked(T1 t1,
T2 t2,
T3 t3,
T4 t4,
T5 t5,
T6 t6,
T7 t7,
Consumer<Throwable> handler) |
default R |
applyUnchecked(T1 t1,
T2 t2,
T3 t3,
T4 t4,
T5 t5,
T6 t6,
T7 t7,
Function<Throwable,R> handler) |
default R applyUnchecked(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, @Nonnull Consumer<Throwable> handler)
default R applyUnchecked(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, @Nonnull Function<Throwable,R> handler)
@Nonnull default Function2<T6,T7,R> acceptPartially(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5)
@Nonnull default Function1<T7,R> acceptPartially(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6)
Copyright © 2024. All rights reserved.