Interface Function6<T1,T2,T3,T4,T5,T6,R>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A function with 6 arguments.
-
Method Summary
Modifier and TypeMethodDescriptiondefault Rapply(Tuple6<? extends T1, ? extends T2, ? extends T3, ? extends T4, ? extends T5, ? extends T6> args) Apply this function to the arguments.Apply this function to the arguments.applyPartially(Tuple1<? extends T1> args) Partially apply this function to the arguments.applyPartially(Tuple2<? extends T1, ? extends T2> args) Partially apply this function to the arguments.applyPartially(Tuple3<? extends T1, ? extends T2, ? extends T3> args) Partially apply this function to the arguments.Partially apply this function to the arguments.Partially apply this function to the arguments.applyPartially(Tuple6<? extends T1, ? extends T2, ? extends T3, ? extends T4, ? extends T5, ? extends T6> args) Partially apply this function to the arguments.applyPartially(T1 v1) Partially apply this function to the arguments.applyPartially(T1 v1, T2 v2) Partially apply this function to the arguments.applyPartially(T1 v1, T2 v2, T3 v3) Partially apply this function to the arguments.applyPartially(T1 v1, T2 v2, T3 v3, T4 v4) Partially apply this function to the arguments.Partially apply this function to the arguments.Partially apply this function to the arguments.Deprecated.Deprecated.- UseapplyPartially(Tuple2)instead.Deprecated.- UseapplyPartially(Tuple3)instead.Deprecated.- UseapplyPartially(Tuple4)instead.Deprecated.- UseapplyPartially(Tuple5)instead.curry(Tuple6<? extends T1, ? extends T2, ? extends T3, ? extends T4, ? extends T5, ? extends T6> args) Deprecated.- UseapplyPartially(Tuple6)instead.Deprecated.- UseapplyPartially(Object)instead.Deprecated.- UseapplyPartially(Object, Object)instead.Deprecated.- UseapplyPartially(Object, Object, Object)instead.Deprecated.- UseapplyPartially(Object, Object, Object, Object)instead.Deprecated.- UseapplyPartially(Object, Object, Object, Object, Object)instead.Deprecated.
-
Method Details
-
apply
-
apply
-
applyPartially
-
applyPartially
-
applyPartially
-
applyPartially
-
applyPartially
-
applyPartially
-
applyPartially
-
applyPartially
-
applyPartially
-
applyPartially
-
applyPartially
-
applyPartially
-
curry
Deprecated.- UseapplyPartially(Object)instead.Partially apply this function to the arguments. -
curry
Deprecated.- UseapplyPartially(Object, Object)instead.Partially apply this function to the arguments. -
curry
Deprecated.- UseapplyPartially(Object, Object, Object)instead.Partially apply this function to the arguments. -
curry
Deprecated.- UseapplyPartially(Object, Object, Object, Object)instead.Partially apply this function to the arguments. -
curry
Deprecated.- UseapplyPartially(Object, Object, Object, Object, Object)instead.Partially apply this function to the arguments. -
curry
Deprecated.Partially apply this function to the arguments. -
curry
-
curry
-
curry
-
curry
-
curry
-
curry
-
applyPartially(Tuple1)instead.