Interface Consumer8<T1,T2,T3,T4,T5,T6,T7,T8>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A consumer with 8 arguments.
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidaccept(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.voidPerforms this operation on the given argument.acceptPartially(Tuple1<? extends T1> args) Let this consumer partially accept the arguments.acceptPartially(Tuple2<? extends T1, ? extends T2> args) Let this consumer partially accept the arguments.acceptPartially(Tuple3<? extends T1, ? extends T2, ? extends T3> args) Let this consumer partially accept the arguments.Let this consumer partially accept the arguments.Let this consumer partially accept the arguments.acceptPartially(Tuple6<? extends T1, ? extends T2, ? extends T3, ? extends T4, ? extends T5, ? extends T6> args) Let this consumer partially accept the arguments.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 Consumer0acceptPartially(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.acceptPartially(T1 v1) Let this consumer partially accept the arguments.acceptPartially(T1 v1, T2 v2) Let this consumer partially accept the arguments.acceptPartially(T1 v1, T2 v2, T3 v3) Let this consumer partially accept the arguments.acceptPartially(T1 v1, T2 v2, T3 v3, T4 v4) Let this consumer partially accept the arguments.Let this consumer partially accept the arguments.Let this consumer partially accept the arguments.Let this consumer partially accept the arguments.default Consumer0Let this consumer partially accept the arguments.
-
Method Details
-
accept
-
accept
-
acceptPartially
-
acceptPartially
-
acceptPartially
-
acceptPartially
-
acceptPartially
-
acceptPartially
-
acceptPartially
-
acceptPartially
-
acceptPartially
-
acceptPartially
-
acceptPartially
-
acceptPartially
-
acceptPartially
-
acceptPartially
-
acceptPartially
-
acceptPartially
-