Package | Description |
---|---|
org.jooq.lambda.function |
This package contains function types of various degrees.
|
org.jooq.lambda.tuple |
This package contains tuple types of various degrees.
|
Modifier and Type | Method and Description |
---|---|
default Function1<T2,R> |
Function2.applyPartially(T1 v1)
Partially apply this function to the arguments.
|
default Function1<T3,R> |
Function3.applyPartially(T1 v1,
T2 v2)
Partially apply this function to the arguments.
|
default Function1<T4,R> |
Function4.applyPartially(T1 v1,
T2 v2,
T3 v3)
Partially apply this function to the arguments.
|
default Function1<T5,R> |
Function5.applyPartially(T1 v1,
T2 v2,
T3 v3,
T4 v4)
Partially apply this function to the arguments.
|
default Function1<T6,R> |
Function6.applyPartially(T1 v1,
T2 v2,
T3 v3,
T4 v4,
T5 v5)
Partially apply this function to the arguments.
|
default Function1<T7,R> |
Function7.applyPartially(T1 v1,
T2 v2,
T3 v3,
T4 v4,
T5 v5,
T6 v6)
Partially apply this function to the arguments.
|
default Function1<T8,R> |
Function8.applyPartially(T1 v1,
T2 v2,
T3 v3,
T4 v4,
T5 v5,
T6 v6,
T7 v7)
Partially apply this function to the arguments.
|
default Function1<T9,R> |
Function9.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 Function1<T10,R> |
Function10.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 Function1<T11,R> |
Function11.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 Function1<T12,R> |
Function12.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 Function1<T13,R> |
Function13.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> |
Function14.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 Function1<T15,R> |
Function15.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 Function1<T16,R> |
Function16.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,
T15 v15)
Partially apply this function to the arguments.
|
default Function1<T2,R> |
Function2.applyPartially(Tuple1<? extends T1> args)
Partially apply this function to the arguments.
|
default Function1<T11,R> |
Function11.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 Function1<T12,R> |
Function12.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 Function1<T13,R> |
Function13.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> |
Function14.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 Function1<T15,R> |
Function15.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 Function1<T16,R> |
Function16.applyPartially(Tuple15<? 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,? extends T15> args)
Partially apply this function to the arguments.
|
default Function1<T3,R> |
Function3.applyPartially(Tuple2<? extends T1,? extends T2> args)
Partially apply this function to the arguments.
|
default Function1<T4,R> |
Function4.applyPartially(Tuple3<? extends T1,? extends T2,? extends T3> args)
Partially apply this function to the arguments.
|
default Function1<T5,R> |
Function5.applyPartially(Tuple4<? extends T1,? extends T2,? extends T3,? extends T4> args)
Partially apply this function to the arguments.
|
default Function1<T6,R> |
Function6.applyPartially(Tuple5<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5> args)
Partially apply this function to the arguments.
|
default Function1<T7,R> |
Function7.applyPartially(Tuple6<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6> args)
Partially apply this function to the arguments.
|
default Function1<T8,R> |
Function8.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 Function1<T9,R> |
Function9.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 Function1<T10,R> |
Function10.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 Function1<T2,R> |
Function2.curry(T1 v1)
Deprecated.
- Use
Function2.applyPartially(Object) instead. |
default Function1<T3,R> |
Function3.curry(T1 v1,
T2 v2)
Deprecated.
- Use
Function3.applyPartially(Object, Object) instead. |
default Function1<T4,R> |
Function4.curry(T1 v1,
T2 v2,
T3 v3)
Deprecated.
- Use
Function4.applyPartially(Object, Object, Object) instead. |
default Function1<T5,R> |
Function5.curry(T1 v1,
T2 v2,
T3 v3,
T4 v4)
Deprecated.
- Use
Function5.applyPartially(Object, Object, Object, Object) instead. |
default Function1<T6,R> |
Function6.curry(T1 v1,
T2 v2,
T3 v3,
T4 v4,
T5 v5)
Deprecated.
|
default Function1<T7,R> |
Function7.curry(T1 v1,
T2 v2,
T3 v3,
T4 v4,
T5 v5,
T6 v6)
Deprecated.
|
default Function1<T8,R> |
Function8.curry(T1 v1,
T2 v2,
T3 v3,
T4 v4,
T5 v5,
T6 v6,
T7 v7)
Deprecated.
|
default Function1<T9,R> |
Function9.curry(T1 v1,
T2 v2,
T3 v3,
T4 v4,
T5 v5,
T6 v6,
T7 v7,
T8 v8)
Deprecated.
|
default Function1<T10,R> |
Function10.curry(T1 v1,
T2 v2,
T3 v3,
T4 v4,
T5 v5,
T6 v6,
T7 v7,
T8 v8,
T9 v9)
Deprecated.
|
default Function1<T11,R> |
Function11.curry(T1 v1,
T2 v2,
T3 v3,
T4 v4,
T5 v5,
T6 v6,
T7 v7,
T8 v8,
T9 v9,
T10 v10)
Deprecated.
|
default Function1<T12,R> |
Function12.curry(T1 v1,
T2 v2,
T3 v3,
T4 v4,
T5 v5,
T6 v6,
T7 v7,
T8 v8,
T9 v9,
T10 v10,
T11 v11)
|
default Function1<T13,R> |
Function13.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> |
Function14.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 Function1<T15,R> |
Function15.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 Function1<T16,R> |
Function16.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,
T15 v15)
|
default Function1<T2,R> |
Function2.curry(Tuple1<? extends T1> args)
Deprecated.
- Use
Function2.applyPartially(Tuple1) instead. |
default Function1<T11,R> |
Function11.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
Function11.applyPartially(Tuple10) instead. |
default Function1<T12,R> |
Function12.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
Function12.applyPartially(Tuple11) instead. |
default Function1<T13,R> |
Function13.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
Function13.applyPartially(Tuple12) instead. |
default Function1<T14,R> |
Function14.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
Function14.applyPartially(Tuple13) instead. |
default Function1<T15,R> |
Function15.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
Function15.applyPartially(Tuple14) instead. |
default Function1<T16,R> |
Function16.curry(Tuple15<? 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,? extends T15> args)
Deprecated.
- Use
Function16.applyPartially(Tuple15) instead. |
default Function1<T3,R> |
Function3.curry(Tuple2<? extends T1,? extends T2> args)
Deprecated.
- Use
Function3.applyPartially(Tuple2) instead. |
default Function1<T4,R> |
Function4.curry(Tuple3<? extends T1,? extends T2,? extends T3> args)
Deprecated.
- Use
Function4.applyPartially(Tuple3) instead. |
default Function1<T5,R> |
Function5.curry(Tuple4<? extends T1,? extends T2,? extends T3,? extends T4> args)
Deprecated.
- Use
Function5.applyPartially(Tuple4) instead. |
default Function1<T6,R> |
Function6.curry(Tuple5<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5> args)
Deprecated.
- Use
Function6.applyPartially(Tuple5) instead. |
default Function1<T7,R> |
Function7.curry(Tuple6<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6> args)
Deprecated.
- Use
Function7.applyPartially(Tuple6) instead. |
default Function1<T8,R> |
Function8.curry(Tuple7<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7> args)
Deprecated.
- Use
Function8.applyPartially(Tuple7) instead. |
default Function1<T9,R> |
Function9.curry(Tuple8<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7,? extends T8> args)
Deprecated.
- Use
Function9.applyPartially(Tuple8) instead. |
default Function1<T10,R> |
Function10.curry(Tuple9<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7,? extends T8,? extends T9> args)
Deprecated.
- Use
Function10.applyPartially(Tuple9) instead. |
static <T1,R> Function1<T1,R> |
Function1.from(java.util.function.Function<? super T1,? extends R> function)
Convert to this function from a
Function . |
Modifier and Type | Method and Description |
---|---|
static <T1,T2,R> Function1<Tuple2<T1,T2>,R> |
Tuple.function(java.util.function.BiFunction<T1,T2,R> function)
Construct a tuple function of degree 2.
|
static <T1,R> Function1<Tuple1<T1>,R> |
Tuple.function(java.util.function.Function<T1,R> function)
Construct a tuple function of degree 1.
|
static <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,R> |
Tuple.function(Function10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,R> function)
Construct a tuple function of degree 10.
|
static <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,R> |
Tuple.function(Function11<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,R> function)
Construct a tuple function of degree 11.
|
static <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,R> |
Tuple.function(Function12<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,R> function)
Construct a tuple function of degree 12.
|
static <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,R> |
Tuple.function(Function13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,R> function)
Construct a tuple function of degree 13.
|
static <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,R> |
Tuple.function(Function14<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,R> function)
Construct a tuple function of degree 14.
|
static <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,R> |
Tuple.function(Function15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,R> function)
Construct a tuple function of degree 15.
|
static <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,R> |
Tuple.function(Function16<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,R> function)
Construct a tuple function of degree 16.
|
static <T1,T2,T3,R> |
Tuple.function(Function3<T1,T2,T3,R> function)
Construct a tuple function of degree 3.
|
static <T1,T2,T3,T4,R> |
Tuple.function(Function4<T1,T2,T3,T4,R> function)
Construct a tuple function of degree 4.
|
static <T1,T2,T3,T4,T5,R> |
Tuple.function(Function5<T1,T2,T3,T4,T5,R> function)
Construct a tuple function of degree 5.
|
static <T1,T2,T3,T4,T5,T6,R> |
Tuple.function(Function6<T1,T2,T3,T4,T5,T6,R> function)
Construct a tuple function of degree 6.
|
static <T1,T2,T3,T4,T5,T6,T7,R> |
Tuple.function(Function7<T1,T2,T3,T4,T5,T6,T7,R> function)
Construct a tuple function of degree 7.
|
static <T1,T2,T3,T4,T5,T6,T7,T8,R> |
Tuple.function(Function8<T1,T2,T3,T4,T5,T6,T7,T8,R> function)
Construct a tuple function of degree 8.
|
static <T1,T2,T3,T4,T5,T6,T7,T8,T9,R> |
Tuple.function(Function9<T1,T2,T3,T4,T5,T6,T7,T8,T9,R> function)
Construct a tuple function of degree 9.
|
static <R> Function1<Tuple0,R> |
Tuple.function(java.util.function.Supplier<R> function)
Construct a tuple function of degree 0.
|
Modifier and Type | Method and Description |
---|---|
<R> R |
Tuple1.map(Function1<? super T1,? extends R> function)
Apply this tuple as arguments to a function.
|
<U1> Tuple9<U1,T2,T3,T4,T5,T6,T7,T8,T9> |
Tuple9.map1(Function1<? super T1,? extends U1> function)
Apply attribute 1 as argument to a function and return a new tuple with the substituted argument.
|
<U1> Tuple8<U1,T2,T3,T4,T5,T6,T7,T8> |
Tuple8.map1(Function1<? super T1,? extends U1> function)
Apply attribute 1 as argument to a function and return a new tuple with the substituted argument.
|
<U1> Tuple7<U1,T2,T3,T4,T5,T6,T7> |
Tuple7.map1(Function1<? super T1,? extends U1> function)
Apply attribute 1 as argument to a function and return a new tuple with the substituted argument.
|
<U1> Tuple6<U1,T2,T3,T4,T5,T6> |
Tuple6.map1(Function1<? super T1,? extends U1> function)
Apply attribute 1 as argument to a function and return a new tuple with the substituted argument.
|
<U1> Tuple5<U1,T2,T3,T4,T5> |
Tuple5.map1(Function1<? super T1,? extends U1> function)
Apply attribute 1 as argument to a function and return a new tuple with the substituted argument.
|
<U1> Tuple4<U1,T2,T3,T4> |
Tuple4.map1(Function1<? super T1,? extends U1> function)
Apply attribute 1 as argument to a function and return a new tuple with the substituted argument.
|
<U1> Tuple3<U1,T2,T3> |
Tuple3.map1(Function1<? super T1,? extends U1> function)
Apply attribute 1 as argument to a function and return a new tuple with the substituted argument.
|
<U1> Tuple2<U1,T2> |
Tuple2.map1(Function1<? super T1,? extends U1> function)
Apply attribute 1 as argument to a function and return a new tuple with the substituted argument.
|
<U1> Tuple16<U1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16> |
Tuple16.map1(Function1<? super T1,? extends U1> function)
Apply attribute 1 as argument to a function and return a new tuple with the substituted argument.
|
<U1> Tuple15<U1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15> |
Tuple15.map1(Function1<? super T1,? extends U1> function)
Apply attribute 1 as argument to a function and return a new tuple with the substituted argument.
|
<U1> Tuple14<U1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14> |
Tuple14.map1(Function1<? super T1,? extends U1> function)
Apply attribute 1 as argument to a function and return a new tuple with the substituted argument.
|
<U1> Tuple13<U1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13> |
Tuple13.map1(Function1<? super T1,? extends U1> function)
Apply attribute 1 as argument to a function and return a new tuple with the substituted argument.
|
<U1> Tuple12<U1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> |
Tuple12.map1(Function1<? super T1,? extends U1> function)
Apply attribute 1 as argument to a function and return a new tuple with the substituted argument.
|
<U1> Tuple11<U1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11> |
Tuple11.map1(Function1<? super T1,? extends U1> function)
Apply attribute 1 as argument to a function and return a new tuple with the substituted argument.
|
<U1> Tuple10<U1,T2,T3,T4,T5,T6,T7,T8,T9,T10> |
Tuple10.map1(Function1<? super T1,? extends U1> function)
Apply attribute 1 as argument to a function and return a new tuple with the substituted argument.
|
<U1> Tuple1<U1> |
Tuple1.map1(Function1<? super T1,? extends U1> function)
Apply attribute 1 as argument to a function and return a new tuple with the substituted argument.
|
<U10> Tuple16<T1,T2,T3,T4,T5,T6,T7,T8,T9,U10,T11,T12,T13,T14,T15,T16> |
Tuple16.map10(Function1<? super T10,? extends U10> function)
Apply attribute 10 as argument to a function and return a new tuple with the substituted argument.
|
<U10> Tuple15<T1,T2,T3,T4,T5,T6,T7,T8,T9,U10,T11,T12,T13,T14,T15> |
Tuple15.map10(Function1<? super T10,? extends U10> function)
Apply attribute 10 as argument to a function and return a new tuple with the substituted argument.
|
<U10> Tuple14<T1,T2,T3,T4,T5,T6,T7,T8,T9,U10,T11,T12,T13,T14> |
Tuple14.map10(Function1<? super T10,? extends U10> function)
Apply attribute 10 as argument to a function and return a new tuple with the substituted argument.
|
<U10> Tuple13<T1,T2,T3,T4,T5,T6,T7,T8,T9,U10,T11,T12,T13> |
Tuple13.map10(Function1<? super T10,? extends U10> function)
Apply attribute 10 as argument to a function and return a new tuple with the substituted argument.
|
<U10> Tuple12<T1,T2,T3,T4,T5,T6,T7,T8,T9,U10,T11,T12> |
Tuple12.map10(Function1<? super T10,? extends U10> function)
Apply attribute 10 as argument to a function and return a new tuple with the substituted argument.
|
<U10> Tuple11<T1,T2,T3,T4,T5,T6,T7,T8,T9,U10,T11> |
Tuple11.map10(Function1<? super T10,? extends U10> function)
Apply attribute 10 as argument to a function and return a new tuple with the substituted argument.
|
<U10> Tuple10<T1,T2,T3,T4,T5,T6,T7,T8,T9,U10> |
Tuple10.map10(Function1<? super T10,? extends U10> function)
Apply attribute 10 as argument to a function and return a new tuple with the substituted argument.
|
<U11> Tuple16<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,U11,T12,T13,T14,T15,T16> |
Tuple16.map11(Function1<? super T11,? extends U11> function)
Apply attribute 11 as argument to a function and return a new tuple with the substituted argument.
|
<U11> Tuple15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,U11,T12,T13,T14,T15> |
Tuple15.map11(Function1<? super T11,? extends U11> function)
Apply attribute 11 as argument to a function and return a new tuple with the substituted argument.
|
<U11> Tuple14<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,U11,T12,T13,T14> |
Tuple14.map11(Function1<? super T11,? extends U11> function)
Apply attribute 11 as argument to a function and return a new tuple with the substituted argument.
|
<U11> Tuple13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,U11,T12,T13> |
Tuple13.map11(Function1<? super T11,? extends U11> function)
Apply attribute 11 as argument to a function and return a new tuple with the substituted argument.
|
<U11> Tuple12<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,U11,T12> |
Tuple12.map11(Function1<? super T11,? extends U11> function)
Apply attribute 11 as argument to a function and return a new tuple with the substituted argument.
|
<U11> Tuple11<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,U11> |
Tuple11.map11(Function1<? super T11,? extends U11> function)
Apply attribute 11 as argument to a function and return a new tuple with the substituted argument.
|
<U12> Tuple16<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,U12,T13,T14,T15,T16> |
Tuple16.map12(Function1<? super T12,? extends U12> function)
Apply attribute 12 as argument to a function and return a new tuple with the substituted argument.
|
<U12> Tuple15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,U12,T13,T14,T15> |
Tuple15.map12(Function1<? super T12,? extends U12> function)
Apply attribute 12 as argument to a function and return a new tuple with the substituted argument.
|
<U12> Tuple14<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,U12,T13,T14> |
Tuple14.map12(Function1<? super T12,? extends U12> function)
Apply attribute 12 as argument to a function and return a new tuple with the substituted argument.
|
<U12> Tuple13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,U12,T13> |
Tuple13.map12(Function1<? super T12,? extends U12> function)
Apply attribute 12 as argument to a function and return a new tuple with the substituted argument.
|
<U12> Tuple12<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,U12> |
Tuple12.map12(Function1<? super T12,? extends U12> function)
Apply attribute 12 as argument to a function and return a new tuple with the substituted argument.
|
<U13> Tuple16<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,U13,T14,T15,T16> |
Tuple16.map13(Function1<? super T13,? extends U13> function)
Apply attribute 13 as argument to a function and return a new tuple with the substituted argument.
|
<U13> Tuple15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,U13,T14,T15> |
Tuple15.map13(Function1<? super T13,? extends U13> function)
Apply attribute 13 as argument to a function and return a new tuple with the substituted argument.
|
<U13> Tuple14<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,U13,T14> |
Tuple14.map13(Function1<? super T13,? extends U13> function)
Apply attribute 13 as argument to a function and return a new tuple with the substituted argument.
|
<U13> Tuple13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,U13> |
Tuple13.map13(Function1<? super T13,? extends U13> function)
Apply attribute 13 as argument to a function and return a new tuple with the substituted argument.
|
<U14> Tuple16<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,U14,T15,T16> |
Tuple16.map14(Function1<? super T14,? extends U14> function)
Apply attribute 14 as argument to a function and return a new tuple with the substituted argument.
|
<U14> Tuple15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,U14,T15> |
Tuple15.map14(Function1<? super T14,? extends U14> function)
Apply attribute 14 as argument to a function and return a new tuple with the substituted argument.
|
<U14> Tuple14<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,U14> |
Tuple14.map14(Function1<? super T14,? extends U14> function)
Apply attribute 14 as argument to a function and return a new tuple with the substituted argument.
|
<U15> Tuple16<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,U15,T16> |
Tuple16.map15(Function1<? super T15,? extends U15> function)
Apply attribute 15 as argument to a function and return a new tuple with the substituted argument.
|
<U15> Tuple15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,U15> |
Tuple15.map15(Function1<? super T15,? extends U15> function)
Apply attribute 15 as argument to a function and return a new tuple with the substituted argument.
|
<U16> Tuple16<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,U16> |
Tuple16.map16(Function1<? super T16,? extends U16> function)
Apply attribute 16 as argument to a function and return a new tuple with the substituted argument.
|
<U2> Tuple9<T1,U2,T3,T4,T5,T6,T7,T8,T9> |
Tuple9.map2(Function1<? super T2,? extends U2> function)
Apply attribute 2 as argument to a function and return a new tuple with the substituted argument.
|
<U2> Tuple8<T1,U2,T3,T4,T5,T6,T7,T8> |
Tuple8.map2(Function1<? super T2,? extends U2> function)
Apply attribute 2 as argument to a function and return a new tuple with the substituted argument.
|
<U2> Tuple7<T1,U2,T3,T4,T5,T6,T7> |
Tuple7.map2(Function1<? super T2,? extends U2> function)
Apply attribute 2 as argument to a function and return a new tuple with the substituted argument.
|
<U2> Tuple6<T1,U2,T3,T4,T5,T6> |
Tuple6.map2(Function1<? super T2,? extends U2> function)
Apply attribute 2 as argument to a function and return a new tuple with the substituted argument.
|
<U2> Tuple5<T1,U2,T3,T4,T5> |
Tuple5.map2(Function1<? super T2,? extends U2> function)
Apply attribute 2 as argument to a function and return a new tuple with the substituted argument.
|
<U2> Tuple4<T1,U2,T3,T4> |
Tuple4.map2(Function1<? super T2,? extends U2> function)
Apply attribute 2 as argument to a function and return a new tuple with the substituted argument.
|
<U2> Tuple3<T1,U2,T3> |
Tuple3.map2(Function1<? super T2,? extends U2> function)
Apply attribute 2 as argument to a function and return a new tuple with the substituted argument.
|
<U2> Tuple2<T1,U2> |
Tuple2.map2(Function1<? super T2,? extends U2> function)
Apply attribute 2 as argument to a function and return a new tuple with the substituted argument.
|
<U2> Tuple16<T1,U2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16> |
Tuple16.map2(Function1<? super T2,? extends U2> function)
Apply attribute 2 as argument to a function and return a new tuple with the substituted argument.
|
<U2> Tuple15<T1,U2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15> |
Tuple15.map2(Function1<? super T2,? extends U2> function)
Apply attribute 2 as argument to a function and return a new tuple with the substituted argument.
|
<U2> Tuple14<T1,U2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14> |
Tuple14.map2(Function1<? super T2,? extends U2> function)
Apply attribute 2 as argument to a function and return a new tuple with the substituted argument.
|
<U2> Tuple13<T1,U2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13> |
Tuple13.map2(Function1<? super T2,? extends U2> function)
Apply attribute 2 as argument to a function and return a new tuple with the substituted argument.
|
<U2> Tuple12<T1,U2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> |
Tuple12.map2(Function1<? super T2,? extends U2> function)
Apply attribute 2 as argument to a function and return a new tuple with the substituted argument.
|
<U2> Tuple11<T1,U2,T3,T4,T5,T6,T7,T8,T9,T10,T11> |
Tuple11.map2(Function1<? super T2,? extends U2> function)
Apply attribute 2 as argument to a function and return a new tuple with the substituted argument.
|
<U2> Tuple10<T1,U2,T3,T4,T5,T6,T7,T8,T9,T10> |
Tuple10.map2(Function1<? super T2,? extends U2> function)
Apply attribute 2 as argument to a function and return a new tuple with the substituted argument.
|
<U3> Tuple9<T1,T2,U3,T4,T5,T6,T7,T8,T9> |
Tuple9.map3(Function1<? super T3,? extends U3> function)
Apply attribute 3 as argument to a function and return a new tuple with the substituted argument.
|
<U3> Tuple8<T1,T2,U3,T4,T5,T6,T7,T8> |
Tuple8.map3(Function1<? super T3,? extends U3> function)
Apply attribute 3 as argument to a function and return a new tuple with the substituted argument.
|
<U3> Tuple7<T1,T2,U3,T4,T5,T6,T7> |
Tuple7.map3(Function1<? super T3,? extends U3> function)
Apply attribute 3 as argument to a function and return a new tuple with the substituted argument.
|
<U3> Tuple6<T1,T2,U3,T4,T5,T6> |
Tuple6.map3(Function1<? super T3,? extends U3> function)
Apply attribute 3 as argument to a function and return a new tuple with the substituted argument.
|
<U3> Tuple5<T1,T2,U3,T4,T5> |
Tuple5.map3(Function1<? super T3,? extends U3> function)
Apply attribute 3 as argument to a function and return a new tuple with the substituted argument.
|
<U3> Tuple4<T1,T2,U3,T4> |
Tuple4.map3(Function1<? super T3,? extends U3> function)
Apply attribute 3 as argument to a function and return a new tuple with the substituted argument.
|
<U3> Tuple3<T1,T2,U3> |
Tuple3.map3(Function1<? super T3,? extends U3> function)
Apply attribute 3 as argument to a function and return a new tuple with the substituted argument.
|
<U3> Tuple16<T1,T2,U3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16> |
Tuple16.map3(Function1<? super T3,? extends U3> function)
Apply attribute 3 as argument to a function and return a new tuple with the substituted argument.
|
<U3> Tuple15<T1,T2,U3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15> |
Tuple15.map3(Function1<? super T3,? extends U3> function)
Apply attribute 3 as argument to a function and return a new tuple with the substituted argument.
|
<U3> Tuple14<T1,T2,U3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14> |
Tuple14.map3(Function1<? super T3,? extends U3> function)
Apply attribute 3 as argument to a function and return a new tuple with the substituted argument.
|
<U3> Tuple13<T1,T2,U3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13> |
Tuple13.map3(Function1<? super T3,? extends U3> function)
Apply attribute 3 as argument to a function and return a new tuple with the substituted argument.
|
<U3> Tuple12<T1,T2,U3,T4,T5,T6,T7,T8,T9,T10,T11,T12> |
Tuple12.map3(Function1<? super T3,? extends U3> function)
Apply attribute 3 as argument to a function and return a new tuple with the substituted argument.
|
<U3> Tuple11<T1,T2,U3,T4,T5,T6,T7,T8,T9,T10,T11> |
Tuple11.map3(Function1<? super T3,? extends U3> function)
Apply attribute 3 as argument to a function and return a new tuple with the substituted argument.
|
<U3> Tuple10<T1,T2,U3,T4,T5,T6,T7,T8,T9,T10> |
Tuple10.map3(Function1<? super T3,? extends U3> function)
Apply attribute 3 as argument to a function and return a new tuple with the substituted argument.
|
<U4> Tuple9<T1,T2,T3,U4,T5,T6,T7,T8,T9> |
Tuple9.map4(Function1<? super T4,? extends U4> function)
Apply attribute 4 as argument to a function and return a new tuple with the substituted argument.
|
<U4> Tuple8<T1,T2,T3,U4,T5,T6,T7,T8> |
Tuple8.map4(Function1<? super T4,? extends U4> function)
Apply attribute 4 as argument to a function and return a new tuple with the substituted argument.
|
<U4> Tuple7<T1,T2,T3,U4,T5,T6,T7> |
Tuple7.map4(Function1<? super T4,? extends U4> function)
Apply attribute 4 as argument to a function and return a new tuple with the substituted argument.
|
<U4> Tuple6<T1,T2,T3,U4,T5,T6> |
Tuple6.map4(Function1<? super T4,? extends U4> function)
Apply attribute 4 as argument to a function and return a new tuple with the substituted argument.
|
<U4> Tuple5<T1,T2,T3,U4,T5> |
Tuple5.map4(Function1<? super T4,? extends U4> function)
Apply attribute 4 as argument to a function and return a new tuple with the substituted argument.
|
<U4> Tuple4<T1,T2,T3,U4> |
Tuple4.map4(Function1<? super T4,? extends U4> function)
Apply attribute 4 as argument to a function and return a new tuple with the substituted argument.
|
<U4> Tuple16<T1,T2,T3,U4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16> |
Tuple16.map4(Function1<? super T4,? extends U4> function)
Apply attribute 4 as argument to a function and return a new tuple with the substituted argument.
|
<U4> Tuple15<T1,T2,T3,U4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15> |
Tuple15.map4(Function1<? super T4,? extends U4> function)
Apply attribute 4 as argument to a function and return a new tuple with the substituted argument.
|
<U4> Tuple14<T1,T2,T3,U4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14> |
Tuple14.map4(Function1<? super T4,? extends U4> function)
Apply attribute 4 as argument to a function and return a new tuple with the substituted argument.
|
<U4> Tuple13<T1,T2,T3,U4,T5,T6,T7,T8,T9,T10,T11,T12,T13> |
Tuple13.map4(Function1<? super T4,? extends U4> function)
Apply attribute 4 as argument to a function and return a new tuple with the substituted argument.
|
<U4> Tuple12<T1,T2,T3,U4,T5,T6,T7,T8,T9,T10,T11,T12> |
Tuple12.map4(Function1<? super T4,? extends U4> function)
Apply attribute 4 as argument to a function and return a new tuple with the substituted argument.
|
<U4> Tuple11<T1,T2,T3,U4,T5,T6,T7,T8,T9,T10,T11> |
Tuple11.map4(Function1<? super T4,? extends U4> function)
Apply attribute 4 as argument to a function and return a new tuple with the substituted argument.
|
<U4> Tuple10<T1,T2,T3,U4,T5,T6,T7,T8,T9,T10> |
Tuple10.map4(Function1<? super T4,? extends U4> function)
Apply attribute 4 as argument to a function and return a new tuple with the substituted argument.
|
<U5> Tuple9<T1,T2,T3,T4,U5,T6,T7,T8,T9> |
Tuple9.map5(Function1<? super T5,? extends U5> function)
Apply attribute 5 as argument to a function and return a new tuple with the substituted argument.
|
<U5> Tuple8<T1,T2,T3,T4,U5,T6,T7,T8> |
Tuple8.map5(Function1<? super T5,? extends U5> function)
Apply attribute 5 as argument to a function and return a new tuple with the substituted argument.
|
<U5> Tuple7<T1,T2,T3,T4,U5,T6,T7> |
Tuple7.map5(Function1<? super T5,? extends U5> function)
Apply attribute 5 as argument to a function and return a new tuple with the substituted argument.
|
<U5> Tuple6<T1,T2,T3,T4,U5,T6> |
Tuple6.map5(Function1<? super T5,? extends U5> function)
Apply attribute 5 as argument to a function and return a new tuple with the substituted argument.
|
<U5> Tuple5<T1,T2,T3,T4,U5> |
Tuple5.map5(Function1<? super T5,? extends U5> function)
Apply attribute 5 as argument to a function and return a new tuple with the substituted argument.
|
<U5> Tuple16<T1,T2,T3,T4,U5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16> |
Tuple16.map5(Function1<? super T5,? extends U5> function)
Apply attribute 5 as argument to a function and return a new tuple with the substituted argument.
|
<U5> Tuple15<T1,T2,T3,T4,U5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15> |
Tuple15.map5(Function1<? super T5,? extends U5> function)
Apply attribute 5 as argument to a function and return a new tuple with the substituted argument.
|
<U5> Tuple14<T1,T2,T3,T4,U5,T6,T7,T8,T9,T10,T11,T12,T13,T14> |
Tuple14.map5(Function1<? super T5,? extends U5> function)
Apply attribute 5 as argument to a function and return a new tuple with the substituted argument.
|
<U5> Tuple13<T1,T2,T3,T4,U5,T6,T7,T8,T9,T10,T11,T12,T13> |
Tuple13.map5(Function1<? super T5,? extends U5> function)
Apply attribute 5 as argument to a function and return a new tuple with the substituted argument.
|
<U5> Tuple12<T1,T2,T3,T4,U5,T6,T7,T8,T9,T10,T11,T12> |
Tuple12.map5(Function1<? super T5,? extends U5> function)
Apply attribute 5 as argument to a function and return a new tuple with the substituted argument.
|
<U5> Tuple11<T1,T2,T3,T4,U5,T6,T7,T8,T9,T10,T11> |
Tuple11.map5(Function1<? super T5,? extends U5> function)
Apply attribute 5 as argument to a function and return a new tuple with the substituted argument.
|
<U5> Tuple10<T1,T2,T3,T4,U5,T6,T7,T8,T9,T10> |
Tuple10.map5(Function1<? super T5,? extends U5> function)
Apply attribute 5 as argument to a function and return a new tuple with the substituted argument.
|
<U6> Tuple9<T1,T2,T3,T4,T5,U6,T7,T8,T9> |
Tuple9.map6(Function1<? super T6,? extends U6> function)
Apply attribute 6 as argument to a function and return a new tuple with the substituted argument.
|
<U6> Tuple8<T1,T2,T3,T4,T5,U6,T7,T8> |
Tuple8.map6(Function1<? super T6,? extends U6> function)
Apply attribute 6 as argument to a function and return a new tuple with the substituted argument.
|
<U6> Tuple7<T1,T2,T3,T4,T5,U6,T7> |
Tuple7.map6(Function1<? super T6,? extends U6> function)
Apply attribute 6 as argument to a function and return a new tuple with the substituted argument.
|
<U6> Tuple6<T1,T2,T3,T4,T5,U6> |
Tuple6.map6(Function1<? super T6,? extends U6> function)
Apply attribute 6 as argument to a function and return a new tuple with the substituted argument.
|
<U6> Tuple16<T1,T2,T3,T4,T5,U6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16> |
Tuple16.map6(Function1<? super T6,? extends U6> function)
Apply attribute 6 as argument to a function and return a new tuple with the substituted argument.
|
<U6> Tuple15<T1,T2,T3,T4,T5,U6,T7,T8,T9,T10,T11,T12,T13,T14,T15> |
Tuple15.map6(Function1<? super T6,? extends U6> function)
Apply attribute 6 as argument to a function and return a new tuple with the substituted argument.
|
<U6> Tuple14<T1,T2,T3,T4,T5,U6,T7,T8,T9,T10,T11,T12,T13,T14> |
Tuple14.map6(Function1<? super T6,? extends U6> function)
Apply attribute 6 as argument to a function and return a new tuple with the substituted argument.
|
<U6> Tuple13<T1,T2,T3,T4,T5,U6,T7,T8,T9,T10,T11,T12,T13> |
Tuple13.map6(Function1<? super T6,? extends U6> function)
Apply attribute 6 as argument to a function and return a new tuple with the substituted argument.
|
<U6> Tuple12<T1,T2,T3,T4,T5,U6,T7,T8,T9,T10,T11,T12> |
Tuple12.map6(Function1<? super T6,? extends U6> function)
Apply attribute 6 as argument to a function and return a new tuple with the substituted argument.
|
<U6> Tuple11<T1,T2,T3,T4,T5,U6,T7,T8,T9,T10,T11> |
Tuple11.map6(Function1<? super T6,? extends U6> function)
Apply attribute 6 as argument to a function and return a new tuple with the substituted argument.
|
<U6> Tuple10<T1,T2,T3,T4,T5,U6,T7,T8,T9,T10> |
Tuple10.map6(Function1<? super T6,? extends U6> function)
Apply attribute 6 as argument to a function and return a new tuple with the substituted argument.
|
<U7> Tuple9<T1,T2,T3,T4,T5,T6,U7,T8,T9> |
Tuple9.map7(Function1<? super T7,? extends U7> function)
Apply attribute 7 as argument to a function and return a new tuple with the substituted argument.
|
<U7> Tuple8<T1,T2,T3,T4,T5,T6,U7,T8> |
Tuple8.map7(Function1<? super T7,? extends U7> function)
Apply attribute 7 as argument to a function and return a new tuple with the substituted argument.
|
<U7> Tuple7<T1,T2,T3,T4,T5,T6,U7> |
Tuple7.map7(Function1<? super T7,? extends U7> function)
Apply attribute 7 as argument to a function and return a new tuple with the substituted argument.
|
<U7> Tuple16<T1,T2,T3,T4,T5,T6,U7,T8,T9,T10,T11,T12,T13,T14,T15,T16> |
Tuple16.map7(Function1<? super T7,? extends U7> function)
Apply attribute 7 as argument to a function and return a new tuple with the substituted argument.
|
<U7> Tuple15<T1,T2,T3,T4,T5,T6,U7,T8,T9,T10,T11,T12,T13,T14,T15> |
Tuple15.map7(Function1<? super T7,? extends U7> function)
Apply attribute 7 as argument to a function and return a new tuple with the substituted argument.
|
<U7> Tuple14<T1,T2,T3,T4,T5,T6,U7,T8,T9,T10,T11,T12,T13,T14> |
Tuple14.map7(Function1<? super T7,? extends U7> function)
Apply attribute 7 as argument to a function and return a new tuple with the substituted argument.
|
<U7> Tuple13<T1,T2,T3,T4,T5,T6,U7,T8,T9,T10,T11,T12,T13> |
Tuple13.map7(Function1<? super T7,? extends U7> function)
Apply attribute 7 as argument to a function and return a new tuple with the substituted argument.
|
<U7> Tuple12<T1,T2,T3,T4,T5,T6,U7,T8,T9,T10,T11,T12> |
Tuple12.map7(Function1<? super T7,? extends U7> function)
Apply attribute 7 as argument to a function and return a new tuple with the substituted argument.
|
<U7> Tuple11<T1,T2,T3,T4,T5,T6,U7,T8,T9,T10,T11> |
Tuple11.map7(Function1<? super T7,? extends U7> function)
Apply attribute 7 as argument to a function and return a new tuple with the substituted argument.
|
<U7> Tuple10<T1,T2,T3,T4,T5,T6,U7,T8,T9,T10> |
Tuple10.map7(Function1<? super T7,? extends U7> function)
Apply attribute 7 as argument to a function and return a new tuple with the substituted argument.
|
<U8> Tuple9<T1,T2,T3,T4,T5,T6,T7,U8,T9> |
Tuple9.map8(Function1<? super T8,? extends U8> function)
Apply attribute 8 as argument to a function and return a new tuple with the substituted argument.
|
<U8> Tuple8<T1,T2,T3,T4,T5,T6,T7,U8> |
Tuple8.map8(Function1<? super T8,? extends U8> function)
Apply attribute 8 as argument to a function and return a new tuple with the substituted argument.
|
<U8> Tuple16<T1,T2,T3,T4,T5,T6,T7,U8,T9,T10,T11,T12,T13,T14,T15,T16> |
Tuple16.map8(Function1<? super T8,? extends U8> function)
Apply attribute 8 as argument to a function and return a new tuple with the substituted argument.
|
<U8> Tuple15<T1,T2,T3,T4,T5,T6,T7,U8,T9,T10,T11,T12,T13,T14,T15> |
Tuple15.map8(Function1<? super T8,? extends U8> function)
Apply attribute 8 as argument to a function and return a new tuple with the substituted argument.
|
<U8> Tuple14<T1,T2,T3,T4,T5,T6,T7,U8,T9,T10,T11,T12,T13,T14> |
Tuple14.map8(Function1<? super T8,? extends U8> function)
Apply attribute 8 as argument to a function and return a new tuple with the substituted argument.
|
<U8> Tuple13<T1,T2,T3,T4,T5,T6,T7,U8,T9,T10,T11,T12,T13> |
Tuple13.map8(Function1<? super T8,? extends U8> function)
Apply attribute 8 as argument to a function and return a new tuple with the substituted argument.
|
<U8> Tuple12<T1,T2,T3,T4,T5,T6,T7,U8,T9,T10,T11,T12> |
Tuple12.map8(Function1<? super T8,? extends U8> function)
Apply attribute 8 as argument to a function and return a new tuple with the substituted argument.
|
<U8> Tuple11<T1,T2,T3,T4,T5,T6,T7,U8,T9,T10,T11> |
Tuple11.map8(Function1<? super T8,? extends U8> function)
Apply attribute 8 as argument to a function and return a new tuple with the substituted argument.
|
<U8> Tuple10<T1,T2,T3,T4,T5,T6,T7,U8,T9,T10> |
Tuple10.map8(Function1<? super T8,? extends U8> function)
Apply attribute 8 as argument to a function and return a new tuple with the substituted argument.
|
<U9> Tuple9<T1,T2,T3,T4,T5,T6,T7,T8,U9> |
Tuple9.map9(Function1<? super T9,? extends U9> function)
Apply attribute 9 as argument to a function and return a new tuple with the substituted argument.
|
<U9> Tuple16<T1,T2,T3,T4,T5,T6,T7,T8,U9,T10,T11,T12,T13,T14,T15,T16> |
Tuple16.map9(Function1<? super T9,? extends U9> function)
Apply attribute 9 as argument to a function and return a new tuple with the substituted argument.
|
<U9> Tuple15<T1,T2,T3,T4,T5,T6,T7,T8,U9,T10,T11,T12,T13,T14,T15> |
Tuple15.map9(Function1<? super T9,? extends U9> function)
Apply attribute 9 as argument to a function and return a new tuple with the substituted argument.
|
<U9> Tuple14<T1,T2,T3,T4,T5,T6,T7,T8,U9,T10,T11,T12,T13,T14> |
Tuple14.map9(Function1<? super T9,? extends U9> function)
Apply attribute 9 as argument to a function and return a new tuple with the substituted argument.
|
<U9> Tuple13<T1,T2,T3,T4,T5,T6,T7,T8,U9,T10,T11,T12,T13> |
Tuple13.map9(Function1<? super T9,? extends U9> function)
Apply attribute 9 as argument to a function and return a new tuple with the substituted argument.
|
<U9> Tuple12<T1,T2,T3,T4,T5,T6,T7,T8,U9,T10,T11,T12> |
Tuple12.map9(Function1<? super T9,? extends U9> function)
Apply attribute 9 as argument to a function and return a new tuple with the substituted argument.
|
<U9> Tuple11<T1,T2,T3,T4,T5,T6,T7,T8,U9,T10,T11> |
Tuple11.map9(Function1<? super T9,? extends U9> function)
Apply attribute 9 as argument to a function and return a new tuple with the substituted argument.
|
<U9> Tuple10<T1,T2,T3,T4,T5,T6,T7,T8,U9,T10> |
Tuple10.map9(Function1<? super T9,? extends U9> function)
Apply attribute 9 as argument to a function and return a new tuple with the substituted argument.
|
Copyright © 2016. All Rights Reserved.