@FunctionalInterface public interface Consumer8<T1,T2,T3,T4,T5,T6,T7,T8>
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept(T1 t1,
T2 t2,
T3 t3,
T4 t4,
T5 t5,
T6 t6,
T7 t7,
T8 t8) |
default Consumer7<T2,T3,T4,T5,T6,T7,T8> |
acceptPartially(T1 t1) |
default Consumer6<T3,T4,T5,T6,T7,T8> |
acceptPartially(T1 t1,
T2 t2) |
default Consumer5<T4,T5,T6,T7,T8> |
acceptPartially(T1 t1,
T2 t2,
T3 t3) |
default Consumer4<T5,T6,T7,T8> |
acceptPartially(T1 t1,
T2 t2,
T3 t3,
T4 t4) |
default Consumer3<T6,T7,T8> |
acceptPartially(T1 t1,
T2 t2,
T3 t3,
T4 t4,
T5 t5) |
default Consumer2<T7,T8> |
acceptPartially(T1 t1,
T2 t2,
T3 t3,
T4 t4,
T5 t5,
T6 t6) |
default Consumer1<T8> |
acceptPartially(T1 t1,
T2 t2,
T3 t3,
T4 t4,
T5 t5,
T6 t6,
T7 t7) |
default Consumer0 |
acceptPartially(T1 t1,
T2 t2,
T3 t3,
T4 t4,
T5 t5,
T6 t6,
T7 t7,
T8 t8) |
default void |
acceptUnchecked(T1 t1,
T2 t2,
T3 t3,
T4 t4,
T5 t5,
T6 t6,
T7 t7,
T8 t8) |
default void |
acceptUnchecked(T1 t1,
T2 t2,
T3 t3,
T4 t4,
T5 t5,
T6 t6,
T7 t7,
T8 t8,
Consumer<Throwable> handler) |
default void acceptUnchecked(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8)
default void acceptUnchecked(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, @Nonnull Consumer<Throwable> handler)
void accept(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8) throws Throwable
Throwable@Nonnull default Consumer3<T6,T7,T8> acceptPartially(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5)
@Nonnull default Consumer2<T7,T8> acceptPartially(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6)
@Nonnull default Consumer1<T8> acceptPartially(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7)
Copyright © 2024. All rights reserved.