@FunctionalInterface public interface Function14<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,R>
Modifier and Type | Method and Description |
---|---|
R |
apply(T1 v1,
T2 v2,
T3 v3,
T4 v4,
T5 v5,
T6 v6,
T7 v7,
T8 v8,
T9 v9,
T10 v10,
T11 v11,
T12 v12,
T13 v13,
T14 v14)
Apply this function to the arguments.
|
default R |
apply(Tuple14<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7,? extends T8,? extends T9,? extends T10,? extends T11,? extends T12,? extends T13,? extends T14> args)
Apply this function to the arguments.
|
default Function13<T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,R> |
applyPartially(T1 v1)
Partially apply this function to the arguments.
|
default Function12<T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,R> |
applyPartially(T1 v1,
T2 v2)
Partially apply this function to the arguments.
|
default Function11<T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,R> |
applyPartially(T1 v1,
T2 v2,
T3 v3)
Partially apply this function to the arguments.
|
default Function10<T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,R> |
applyPartially(T1 v1,
T2 v2,
T3 v3,
T4 v4)
Partially apply this function to the arguments.
|
default Function9<T6,T7,T8,T9,T10,T11,T12,T13,T14,R> |
applyPartially(T1 v1,
T2 v2,
T3 v3,
T4 v4,
T5 v5)
Partially apply this function to the arguments.
|
default Function8<T7,T8,T9,T10,T11,T12,T13,T14,R> |
applyPartially(T1 v1,
T2 v2,
T3 v3,
T4 v4,
T5 v5,
T6 v6)
Partially apply this function to the arguments.
|
default Function7<T8,T9,T10,T11,T12,T13,T14,R> |
applyPartially(T1 v1,
T2 v2,
T3 v3,
T4 v4,
T5 v5,
T6 v6,
T7 v7)
Partially apply this function to the arguments.
|
default Function6<T9,T10,T11,T12,T13,T14,R> |
applyPartially(T1 v1,
T2 v2,
T3 v3,
T4 v4,
T5 v5,
T6 v6,
T7 v7,
T8 v8)
Partially apply this function to the arguments.
|
default Function5<T10,T11,T12,T13,T14,R> |
applyPartially(T1 v1,
T2 v2,
T3 v3,
T4 v4,
T5 v5,
T6 v6,
T7 v7,
T8 v8,
T9 v9)
Partially apply this function to the arguments.
|
default Function4<T11,T12,T13,T14,R> |
applyPartially(T1 v1,
T2 v2,
T3 v3,
T4 v4,
T5 v5,
T6 v6,
T7 v7,
T8 v8,
T9 v9,
T10 v10)
Partially apply this function to the arguments.
|
default Function3<T12,T13,T14,R> |
applyPartially(T1 v1,
T2 v2,
T3 v3,
T4 v4,
T5 v5,
T6 v6,
T7 v7,
T8 v8,
T9 v9,
T10 v10,
T11 v11)
Partially apply this function to the arguments.
|
default Function2<T13,T14,R> |
applyPartially(T1 v1,
T2 v2,
T3 v3,
T4 v4,
T5 v5,
T6 v6,
T7 v7,
T8 v8,
T9 v9,
T10 v10,
T11 v11,
T12 v12)
Partially apply this function to the arguments.
|
default Function1<T14,R> |
applyPartially(T1 v1,
T2 v2,
T3 v3,
T4 v4,
T5 v5,
T6 v6,
T7 v7,
T8 v8,
T9 v9,
T10 v10,
T11 v11,
T12 v12,
T13 v13)
Partially apply this function to the arguments.
|
default Function0<R> |
applyPartially(T1 v1,
T2 v2,
T3 v3,
T4 v4,
T5 v5,
T6 v6,
T7 v7,
T8 v8,
T9 v9,
T10 v10,
T11 v11,
T12 v12,
T13 v13,
T14 v14)
Partially apply this function to the arguments.
|
default Function13<T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,R> |
applyPartially(Tuple1<? extends T1> args)
Partially apply this function to the arguments.
|
default Function4<T11,T12,T13,T14,R> |
applyPartially(Tuple10<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7,? extends T8,? extends T9,? extends T10> args)
Partially apply this function to the arguments.
|
default Function3<T12,T13,T14,R> |
applyPartially(Tuple11<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7,? extends T8,? extends T9,? extends T10,? extends T11> args)
Partially apply this function to the arguments.
|
default Function2<T13,T14,R> |
applyPartially(Tuple12<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7,? extends T8,? extends T9,? extends T10,? extends T11,? extends T12> args)
Partially apply this function to the arguments.
|
default Function1<T14,R> |
applyPartially(Tuple13<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7,? extends T8,? extends T9,? extends T10,? extends T11,? extends T12,? extends T13> args)
Partially apply this function to the arguments.
|
default Function0<R> |
applyPartially(Tuple14<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7,? extends T8,? extends T9,? extends T10,? extends T11,? extends T12,? extends T13,? extends T14> args)
Partially apply this function to the arguments.
|
default Function12<T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,R> |
applyPartially(Tuple2<? extends T1,? extends T2> args)
Partially apply this function to the arguments.
|
default Function11<T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,R> |
applyPartially(Tuple3<? extends T1,? extends T2,? extends T3> args)
Partially apply this function to the arguments.
|
default Function10<T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,R> |
applyPartially(Tuple4<? extends T1,? extends T2,? extends T3,? extends T4> args)
Partially apply this function to the arguments.
|
default Function9<T6,T7,T8,T9,T10,T11,T12,T13,T14,R> |
applyPartially(Tuple5<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5> args)
Partially apply this function to the arguments.
|
default Function8<T7,T8,T9,T10,T11,T12,T13,T14,R> |
applyPartially(Tuple6<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6> args)
Partially apply this function to the arguments.
|
default Function7<T8,T9,T10,T11,T12,T13,T14,R> |
applyPartially(Tuple7<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7> args)
Partially apply this function to the arguments.
|
default Function6<T9,T10,T11,T12,T13,T14,R> |
applyPartially(Tuple8<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7,? extends T8> args)
Partially apply this function to the arguments.
|
default Function5<T10,T11,T12,T13,T14,R> |
applyPartially(Tuple9<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7,? extends T8,? extends T9> args)
Partially apply this function to the arguments.
|
default Function13<T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,R> |
curry(T1 v1)
Deprecated.
- Use
applyPartially(Object) instead. |
default Function12<T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,R> |
curry(T1 v1,
T2 v2)
Deprecated.
- Use
applyPartially(Object, Object) instead. |
default Function11<T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,R> |
curry(T1 v1,
T2 v2,
T3 v3)
Deprecated.
- Use
applyPartially(Object, Object, Object) instead. |
default Function10<T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,R> |
curry(T1 v1,
T2 v2,
T3 v3,
T4 v4)
Deprecated.
- Use
applyPartially(Object, Object, Object, Object) instead. |
default Function9<T6,T7,T8,T9,T10,T11,T12,T13,T14,R> |
curry(T1 v1,
T2 v2,
T3 v3,
T4 v4,
T5 v5)
Deprecated.
- Use
applyPartially(Object, Object, Object, Object, Object) instead. |
default Function8<T7,T8,T9,T10,T11,T12,T13,T14,R> |
curry(T1 v1,
T2 v2,
T3 v3,
T4 v4,
T5 v5,
T6 v6)
Deprecated.
|
default Function7<T8,T9,T10,T11,T12,T13,T14,R> |
curry(T1 v1,
T2 v2,
T3 v3,
T4 v4,
T5 v5,
T6 v6,
T7 v7)
Deprecated.
|
default Function6<T9,T10,T11,T12,T13,T14,R> |
curry(T1 v1,
T2 v2,
T3 v3,
T4 v4,
T5 v5,
T6 v6,
T7 v7,
T8 v8)
Deprecated.
|
default Function5<T10,T11,T12,T13,T14,R> |
curry(T1 v1,
T2 v2,
T3 v3,
T4 v4,
T5 v5,
T6 v6,
T7 v7,
T8 v8,
T9 v9)
Deprecated.
|
default Function4<T11,T12,T13,T14,R> |
curry(T1 v1,
T2 v2,
T3 v3,
T4 v4,
T5 v5,
T6 v6,
T7 v7,
T8 v8,
T9 v9,
T10 v10)
Deprecated.
|
default Function3<T12,T13,T14,R> |
curry(T1 v1,
T2 v2,
T3 v3,
T4 v4,
T5 v5,
T6 v6,
T7 v7,
T8 v8,
T9 v9,
T10 v10,
T11 v11)
Deprecated.
|
default Function2<T13,T14,R> |
curry(T1 v1,
T2 v2,
T3 v3,
T4 v4,
T5 v5,
T6 v6,
T7 v7,
T8 v8,
T9 v9,
T10 v10,
T11 v11,
T12 v12)
|
default Function1<T14,R> |
curry(T1 v1,
T2 v2,
T3 v3,
T4 v4,
T5 v5,
T6 v6,
T7 v7,
T8 v8,
T9 v9,
T10 v10,
T11 v11,
T12 v12,
T13 v13)
|
default Function0<R> |
curry(T1 v1,
T2 v2,
T3 v3,
T4 v4,
T5 v5,
T6 v6,
T7 v7,
T8 v8,
T9 v9,
T10 v10,
T11 v11,
T12 v12,
T13 v13,
T14 v14)
|
default Function13<T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,R> |
curry(Tuple1<? extends T1> args)
Deprecated.
- Use
applyPartially(Tuple1) instead. |
default Function4<T11,T12,T13,T14,R> |
curry(Tuple10<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7,? extends T8,? extends T9,? extends T10> args)
Deprecated.
- Use
applyPartially(Tuple10) instead. |
default Function3<T12,T13,T14,R> |
curry(Tuple11<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7,? extends T8,? extends T9,? extends T10,? extends T11> args)
Deprecated.
- Use
applyPartially(Tuple11) instead. |
default Function2<T13,T14,R> |
curry(Tuple12<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7,? extends T8,? extends T9,? extends T10,? extends T11,? extends T12> args)
Deprecated.
- Use
applyPartially(Tuple12) instead. |
default Function1<T14,R> |
curry(Tuple13<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7,? extends T8,? extends T9,? extends T10,? extends T11,? extends T12,? extends T13> args)
Deprecated.
- Use
applyPartially(Tuple13) instead. |
default Function0<R> |
curry(Tuple14<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7,? extends T8,? extends T9,? extends T10,? extends T11,? extends T12,? extends T13,? extends T14> args)
Deprecated.
- Use
applyPartially(Tuple14) instead. |
default Function12<T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,R> |
curry(Tuple2<? extends T1,? extends T2> args)
Deprecated.
- Use
applyPartially(Tuple2) instead. |
default Function11<T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,R> |
curry(Tuple3<? extends T1,? extends T2,? extends T3> args)
Deprecated.
- Use
applyPartially(Tuple3) instead. |
default Function10<T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,R> |
curry(Tuple4<? extends T1,? extends T2,? extends T3,? extends T4> args)
Deprecated.
- Use
applyPartially(Tuple4) instead. |
default Function9<T6,T7,T8,T9,T10,T11,T12,T13,T14,R> |
curry(Tuple5<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5> args)
Deprecated.
- Use
applyPartially(Tuple5) instead. |
default Function8<T7,T8,T9,T10,T11,T12,T13,T14,R> |
curry(Tuple6<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6> args)
Deprecated.
- Use
applyPartially(Tuple6) instead. |
default Function7<T8,T9,T10,T11,T12,T13,T14,R> |
curry(Tuple7<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7> args)
Deprecated.
- Use
applyPartially(Tuple7) instead. |
default Function6<T9,T10,T11,T12,T13,T14,R> |
curry(Tuple8<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7,? extends T8> args)
Deprecated.
- Use
applyPartially(Tuple8) instead. |
default Function5<T10,T11,T12,T13,T14,R> |
curry(Tuple9<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7,? extends T8,? extends T9> args)
Deprecated.
- Use
applyPartially(Tuple9) instead. |
default R apply(Tuple14<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7,? extends T8,? extends T9,? extends T10,? extends T11,? extends T12,? extends T13,? extends T14> args)
args
- The arguments as a tuple.R apply(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, T13 v13, T14 v14)
default Function13<T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,R> applyPartially(T1 v1)
default Function12<T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,R> applyPartially(T1 v1, T2 v2)
default Function11<T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,R> applyPartially(T1 v1, T2 v2, T3 v3)
default Function10<T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,R> applyPartially(T1 v1, T2 v2, T3 v3, T4 v4)
default Function9<T6,T7,T8,T9,T10,T11,T12,T13,T14,R> applyPartially(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5)
default Function8<T7,T8,T9,T10,T11,T12,T13,T14,R> applyPartially(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6)
default Function7<T8,T9,T10,T11,T12,T13,T14,R> applyPartially(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7)
default Function6<T9,T10,T11,T12,T13,T14,R> applyPartially(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8)
default Function5<T10,T11,T12,T13,T14,R> applyPartially(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9)
default Function4<T11,T12,T13,T14,R> applyPartially(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10)
default Function3<T12,T13,T14,R> applyPartially(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10, T11 v11)
default Function2<T13,T14,R> applyPartially(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, T12 v12)
default Function1<T14,R> applyPartially(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, T13 v13)
default Function0<R> applyPartially(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, T13 v13, T14 v14)
default Function13<T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,R> applyPartially(Tuple1<? extends T1> args)
default Function12<T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,R> applyPartially(Tuple2<? extends T1,? extends T2> args)
default Function11<T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,R> applyPartially(Tuple3<? extends T1,? extends T2,? extends T3> args)
default Function10<T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,R> applyPartially(Tuple4<? extends T1,? extends T2,? extends T3,? extends T4> args)
default Function9<T6,T7,T8,T9,T10,T11,T12,T13,T14,R> applyPartially(Tuple5<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5> args)
default Function8<T7,T8,T9,T10,T11,T12,T13,T14,R> applyPartially(Tuple6<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6> args)
default Function7<T8,T9,T10,T11,T12,T13,T14,R> applyPartially(Tuple7<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7> args)
default Function6<T9,T10,T11,T12,T13,T14,R> applyPartially(Tuple8<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7,? extends T8> args)
default Function5<T10,T11,T12,T13,T14,R> applyPartially(Tuple9<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7,? extends T8,? extends T9> args)
default Function4<T11,T12,T13,T14,R> applyPartially(Tuple10<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7,? extends T8,? extends T9,? extends T10> args)
default Function3<T12,T13,T14,R> applyPartially(Tuple11<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7,? extends T8,? extends T9,? extends T10,? extends T11> args)
default Function2<T13,T14,R> applyPartially(Tuple12<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7,? extends T8,? extends T9,? extends T10,? extends T11,? extends T12> args)
default Function1<T14,R> applyPartially(Tuple13<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7,? extends T8,? extends T9,? extends T10,? extends T11,? extends T12,? extends T13> args)
default Function0<R> applyPartially(Tuple14<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7,? extends T8,? extends T9,? extends T10,? extends T11,? extends T12,? extends T13,? extends T14> args)
@Deprecated default Function13<T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,R> curry(T1 v1)
applyPartially(Object)
instead.@Deprecated default Function12<T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,R> curry(T1 v1, T2 v2)
applyPartially(Object, Object)
instead.@Deprecated default Function11<T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,R> curry(T1 v1, T2 v2, T3 v3)
applyPartially(Object, Object, Object)
instead.@Deprecated default Function10<T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,R> curry(T1 v1, T2 v2, T3 v3, T4 v4)
applyPartially(Object, Object, Object, Object)
instead.@Deprecated default Function9<T6,T7,T8,T9,T10,T11,T12,T13,T14,R> curry(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5)
applyPartially(Object, Object, Object, Object, Object)
instead.@Deprecated default Function8<T7,T8,T9,T10,T11,T12,T13,T14,R> curry(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6)
applyPartially(Object, Object, Object, Object, Object, Object)
instead.@Deprecated default Function7<T8,T9,T10,T11,T12,T13,T14,R> curry(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7)
applyPartially(Object, Object, Object, Object, Object, Object, Object)
instead.@Deprecated default Function6<T9,T10,T11,T12,T13,T14,R> curry(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8)
applyPartially(Object, Object, Object, Object, Object, Object, Object, Object)
instead.@Deprecated default Function5<T10,T11,T12,T13,T14,R> curry(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9)
applyPartially(Object, Object, Object, Object, Object, Object, Object, Object, Object)
instead.@Deprecated default Function4<T11,T12,T13,T14,R> curry(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10)
applyPartially(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)
instead.@Deprecated default Function3<T12,T13,T14,R> curry(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10, T11 v11)
applyPartially(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)
instead.@Deprecated default Function2<T13,T14,R> curry(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, T12 v12)
applyPartially(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)
instead.@Deprecated default Function1<T14,R> curry(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, T13 v13)
applyPartially(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)
instead.@Deprecated default Function0<R> curry(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, T13 v13, T14 v14)
applyPartially(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)
instead.@Deprecated default Function13<T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,R> curry(Tuple1<? extends T1> args)
applyPartially(Tuple1)
instead.@Deprecated default Function12<T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,R> curry(Tuple2<? extends T1,? extends T2> args)
applyPartially(Tuple2)
instead.@Deprecated default Function11<T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,R> curry(Tuple3<? extends T1,? extends T2,? extends T3> args)
applyPartially(Tuple3)
instead.@Deprecated default Function10<T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,R> curry(Tuple4<? extends T1,? extends T2,? extends T3,? extends T4> args)
applyPartially(Tuple4)
instead.@Deprecated default Function9<T6,T7,T8,T9,T10,T11,T12,T13,T14,R> curry(Tuple5<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5> args)
applyPartially(Tuple5)
instead.@Deprecated default Function8<T7,T8,T9,T10,T11,T12,T13,T14,R> curry(Tuple6<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6> args)
applyPartially(Tuple6)
instead.@Deprecated default Function7<T8,T9,T10,T11,T12,T13,T14,R> curry(Tuple7<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7> args)
applyPartially(Tuple7)
instead.@Deprecated default Function6<T9,T10,T11,T12,T13,T14,R> curry(Tuple8<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7,? extends T8> args)
applyPartially(Tuple8)
instead.@Deprecated default Function5<T10,T11,T12,T13,T14,R> curry(Tuple9<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7,? extends T8,? extends T9> args)
applyPartially(Tuple9)
instead.@Deprecated default Function4<T11,T12,T13,T14,R> curry(Tuple10<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7,? extends T8,? extends T9,? extends T10> args)
applyPartially(Tuple10)
instead.@Deprecated default Function3<T12,T13,T14,R> curry(Tuple11<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7,? extends T8,? extends T9,? extends T10,? extends T11> args)
applyPartially(Tuple11)
instead.@Deprecated default Function2<T13,T14,R> curry(Tuple12<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7,? extends T8,? extends T9,? extends T10,? extends T11,? extends T12> args)
applyPartially(Tuple12)
instead.@Deprecated default Function1<T14,R> curry(Tuple13<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7,? extends T8,? extends T9,? extends T10,? extends T11,? extends T12,? extends T13> args)
applyPartially(Tuple13)
instead.@Deprecated default Function0<R> curry(Tuple14<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7,? extends T8,? extends T9,? extends T10,? extends T11,? extends T12,? extends T13,? extends T14> args)
applyPartially(Tuple14)
instead.Copyright © 2016. All Rights Reserved.