| 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 |
|---|---|
static <T1,R> Function1<T1,R> |
Function1.from(java.util.function.Function<T1,R> function)
Convert to this function from a
Function |
| Modifier and Type | Method and Description |
|---|---|
<R> R |
Tuple1.map(Function1<T1,R> function)
Apply this tuple as arguments to a function.
|
<U1> Tuple8<U1,T2,T3,T4,T5,T6,T7,T8> |
Tuple8.map1(Function1<T1,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<T1,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<T1,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<T1,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<T1,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<T1,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<T1,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<T1,U1> function)
Apply attribute 1 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<T2,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<T2,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<T2,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<T2,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<T2,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<T2,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<T2,U2> function)
Apply attribute 2 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<T3,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<T3,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<T3,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<T3,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<T3,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<T3,U3> function)
Apply attribute 3 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<T4,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<T4,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<T4,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<T4,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<T4,U4> function)
Apply attribute 4 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<T5,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<T5,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<T5,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<T5,U5> function)
Apply attribute 5 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<T6,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<T6,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<T6,U6> function)
Apply attribute 6 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<T7,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<T7,U7> function)
Apply attribute 7 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<T8,U8> function)
Apply attribute 8 as argument to a function and return a new tuple with the substituted argument.
|
Copyright © 2014. All Rights Reserved.