@FunctionalInterface
public interface Consumer8<T1,T2,T3,T4,T5,T6,T7,T8>
| Modifier and Type | Method | Description | 
|---|---|---|
default void | 
accept(Tuple8<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7,? extends T8> args) | 
 Performs this operation on the given argument. 
 | 
void | 
accept(T1 v1,
      T2 v2,
      T3 v3,
      T4 v4,
      T5 v5,
      T6 v6,
      T7 v7,
      T8 v8) | 
 Performs this operation on the given argument. 
 | 
default Consumer7<T2,T3,T4,T5,T6,T7,T8> | 
acceptPartially(Tuple1<? extends T1> args) | 
 Let this consumer partially accept the arguments. 
 | 
default Consumer6<T3,T4,T5,T6,T7,T8> | 
acceptPartially(Tuple2<? extends T1,? extends T2> args) | 
 Let this consumer partially accept the arguments. 
 | 
default Consumer5<T4,T5,T6,T7,T8> | 
acceptPartially(Tuple3<? extends T1,? extends T2,? extends T3> args) | 
 Let this consumer partially accept the arguments. 
 | 
default Consumer4<T5,T6,T7,T8> | 
acceptPartially(Tuple4<? extends T1,? extends T2,? extends T3,? extends T4> args) | 
 Let this consumer partially accept the arguments. 
 | 
default Consumer3<T6,T7,T8> | 
acceptPartially(Tuple5<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5> args) | 
 Let this consumer partially accept the arguments. 
 | 
default Consumer2<T7,T8> | 
acceptPartially(Tuple6<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6> args) | 
 Let this consumer partially accept the arguments. 
 | 
default Consumer1<T8> | 
acceptPartially(Tuple7<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7> args) | 
 Let this consumer partially accept the arguments. 
 | 
default Consumer0 | 
acceptPartially(Tuple8<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7,? extends T8> args) | 
 Let this consumer partially accept the arguments. 
 | 
default Consumer7<T2,T3,T4,T5,T6,T7,T8> | 
acceptPartially(T1 v1) | 
 Let this consumer partially accept the arguments. 
 | 
default Consumer6<T3,T4,T5,T6,T7,T8> | 
acceptPartially(T1 v1,
               T2 v2) | 
 Let this consumer partially accept the arguments. 
 | 
default Consumer5<T4,T5,T6,T7,T8> | 
acceptPartially(T1 v1,
               T2 v2,
               T3 v3) | 
 Let this consumer partially accept the arguments. 
 | 
default Consumer4<T5,T6,T7,T8> | 
acceptPartially(T1 v1,
               T2 v2,
               T3 v3,
               T4 v4) | 
 Let this consumer partially accept the arguments. 
 | 
default Consumer3<T6,T7,T8> | 
acceptPartially(T1 v1,
               T2 v2,
               T3 v3,
               T4 v4,
               T5 v5) | 
 Let this consumer partially accept the arguments. 
 | 
default Consumer2<T7,T8> | 
acceptPartially(T1 v1,
               T2 v2,
               T3 v3,
               T4 v4,
               T5 v5,
               T6 v6) | 
 Let this consumer partially accept the arguments. 
 | 
default Consumer1<T8> | 
acceptPartially(T1 v1,
               T2 v2,
               T3 v3,
               T4 v4,
               T5 v5,
               T6 v6,
               T7 v7) | 
 Let this consumer partially accept the arguments. 
 | 
default Consumer0 | 
acceptPartially(T1 v1,
               T2 v2,
               T3 v3,
               T4 v4,
               T5 v5,
               T6 v6,
               T7 v7,
               T8 v8) | 
 Let this consumer partially accept the arguments. 
 | 
default void accept(Tuple8<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7,? extends T8> args)
args - The arguments as a tuple.void accept(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8)
default Consumer7<T2,T3,T4,T5,T6,T7,T8> acceptPartially(T1 v1)
default Consumer6<T3,T4,T5,T6,T7,T8> acceptPartially(T1 v1, T2 v2)
default Consumer5<T4,T5,T6,T7,T8> acceptPartially(T1 v1, T2 v2, T3 v3)
default Consumer4<T5,T6,T7,T8> acceptPartially(T1 v1, T2 v2, T3 v3, T4 v4)
default Consumer3<T6,T7,T8> acceptPartially(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5)
default Consumer2<T7,T8> acceptPartially(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6)
default Consumer1<T8> acceptPartially(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7)
default Consumer0 acceptPartially(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8)
default Consumer7<T2,T3,T4,T5,T6,T7,T8> acceptPartially(Tuple1<? extends T1> args)
default Consumer6<T3,T4,T5,T6,T7,T8> acceptPartially(Tuple2<? extends T1,? extends T2> args)
default Consumer5<T4,T5,T6,T7,T8> acceptPartially(Tuple3<? extends T1,? extends T2,? extends T3> args)
default Consumer4<T5,T6,T7,T8> acceptPartially(Tuple4<? extends T1,? extends T2,? extends T3,? extends T4> args)
default Consumer3<T6,T7,T8> acceptPartially(Tuple5<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5> args)
default Consumer2<T7,T8> acceptPartially(Tuple6<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6> args)
default Consumer1<T8> acceptPartially(Tuple7<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7> args)
Copyright © 2018. All rights reserved.