@FunctionalInterface public interface Function11<T1,T2 ,T3 ,T4 ,T5 ,T6 ,T7 ,T8 ,T9 ,T10 ,T11 ,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)
Apply this function to the arguments.
|
default R |
apply(Tuple11
Apply this function to the arguments.
|
default Function10 |
curry(T1 v1)
Partially apply this function to the arguments.
|
default Function9 |
curry(T1 v1, T2 v2)
Partially apply this function to the arguments.
|
default Function8 |
curry(T1 v1, T2 v2, T3 v3)
Partially apply this function to the arguments.
|
default Function7 |
curry(T1 v1, T2 v2, T3 v3, T4 v4)
Partially apply this function to the arguments.
|
default Function6 |
curry(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5)
Partially apply this function to the arguments.
|
default Function5 |
curry(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6)
Partially apply this function to the arguments.
|
default Function4 |
curry(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7)
Partially apply this function to the arguments.
|
default Function3 |
curry(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8)
Partially apply this function to the arguments.
|
default Function2 |
curry(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 Function1 |
curry(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 Function0 |
curry(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 Function10 |
curry(Tuple1
Partially apply this function to the arguments.
|
default Function1 |
curry(Tuple10
Partially apply this function to the arguments.
|
default Function0 |
curry(Tuple11
Partially apply this function to the arguments.
|
default Function9 |
curry(Tuple2
Partially apply this function to the arguments.
|
default Function8 |
curry(Tuple3
Partially apply this function to the arguments.
|
default Function7 |
curry(Tuple4
Partially apply this function to the arguments.
|
default Function6 |
curry(Tuple5
Partially apply this function to the arguments.
|
default Function5 |
curry(Tuple6
Partially apply this function to the arguments.
|
default Function4 |
curry(Tuple7
Partially apply this function to the arguments.
|
default Function3 |
curry(Tuple8
Partially apply this function to the arguments.
|
default Function2 |
curry(Tuple9
Partially apply this function to the arguments.
|
default R apply(Tuple11<? extends T1 ,? extends T2 ,? extends T3 ,? extends T4 ,? extends T5 ,? extends T6 ,? extends T7 ,? extends T8 ,? extends T9 ,? extends T10 ,? extends T11> 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)
default Function10<T2 ,T3 ,T4 ,T5 ,T6 ,T7 ,T8 ,T9 ,T10 ,T11 ,R> curry(T1 v1)
default Function9<T3 ,T4 ,T5 ,T6 ,T7 ,T8 ,T9 ,T10 ,T11 ,R> curry(T1 v1, T2 v2)
default Function8<T4 ,T5 ,T6 ,T7 ,T8 ,T9 ,T10 ,T11 ,R> curry(T1 v1, T2 v2, T3 v3)
default Function7<T5 ,T6 ,T7 ,T8 ,T9 ,T10 ,T11 ,R> curry(T1 v1, T2 v2, T3 v3, T4 v4)
default Function6<T6 ,T7 ,T8 ,T9 ,T10 ,T11 ,R> curry(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5)
default Function5<T7 ,T8 ,T9 ,T10 ,T11 ,R> curry(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6)
default Function4<T8 ,T9 ,T10 ,T11 ,R> curry(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7)
default Function3<T9 ,T10 ,T11 ,R> curry(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8)
default Function2<T10 ,T11 ,R> curry(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9)
default Function1<T11 ,R> curry(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10)
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)
default Function10<T2 ,T3 ,T4 ,T5 ,T6 ,T7 ,T8 ,T9 ,T10 ,T11 ,R> curry(Tuple1 <? extends T1> args)
default Function9<T3 ,T4 ,T5 ,T6 ,T7 ,T8 ,T9 ,T10 ,T11 ,R> curry(Tuple2 <? extends T1 ,? extends T2> args)
default Function8<T4 ,T5 ,T6 ,T7 ,T8 ,T9 ,T10 ,T11 ,R> curry(Tuple3 <? extends T1 ,? extends T2 ,? extends T3> args)
default Function7<T5 ,T6 ,T7 ,T8 ,T9 ,T10 ,T11 ,R> curry(Tuple4 <? extends T1 ,? extends T2 ,? extends T3 ,? extends T4> args)
default Function6<T6 ,T7 ,T8 ,T9 ,T10 ,T11 ,R> curry(Tuple5 <? extends T1 ,? extends T2 ,? extends T3 ,? extends T4 ,? extends T5> args)
default Function5<T7 ,T8 ,T9 ,T10 ,T11 ,R> curry(Tuple6 <? extends T1 ,? extends T2 ,? extends T3 ,? extends T4 ,? extends T5 ,? extends T6> args)
default Function4<T8 ,T9 ,T10 ,T11 ,R> curry(Tuple7 <? extends T1 ,? extends T2 ,? extends T3 ,? extends T4 ,? extends T5 ,? extends T6 ,? extends T7> args)
default Function3<T9 ,T10 ,T11 ,R> curry(Tuple8 <? extends T1 ,? extends T2 ,? extends T3 ,? extends T4 ,? extends T5 ,? extends T6 ,? extends T7 ,? extends T8> args)
default Function2<T10 ,T11 ,R> curry(Tuple9 <? extends T1 ,? extends T2 ,? extends T3 ,? extends T4 ,? extends T5 ,? extends T6 ,? extends T7 ,? extends T8 ,? extends T9> args)
default Function1<T11 ,R> curry(Tuple10 <? extends T1 ,? extends T2 ,? extends T3 ,? extends T4 ,? extends T5 ,? extends T6 ,? extends T7 ,? extends T8 ,? extends T9 ,? extends T10> args)