| 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 |
Function2.curry(T1 v1)
Partially apply this function to the arguments.
|
default Function1 |
Function3.curry(T1 v1, T2 v2)
Partially apply this function to the arguments.
|
default Function1 |
Function4.curry(T1 v1, T2 v2, T3 v3)
Partially apply this function to the arguments.
|
default Function1 |
Function5.curry(T1 v1, T2 v2, T3 v3, T4 v4)
Partially apply this function to the arguments.
|
default Function1 |
Function6.curry(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5)
Partially apply this function to the arguments.
|
default Function1 |
Function7.curry(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6)
Partially apply this function to the arguments.
|
default Function1 |
Function8.curry(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7)
Partially apply this function to the arguments.
|
default Function1 |
Function9.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 Function1 |
Function10.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 |
Function11.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 Function1 |
Function12.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 Function1 |
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)
Partially apply this function to the arguments.
|
default Function1 |
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)
Partially apply this function to the arguments.
|
default Function1 |
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)
Partially apply this function to the arguments.
|
default Function1 |
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)
Partially apply this function to the arguments.
|
default Function1 |
Function2.curry(Tuple1
Partially apply this function to the arguments.
|
default Function1 |
Function11.curry(Tuple10
Partially apply this function to the arguments.
|
default Function1 |
Function12.curry(Tuple11
Partially apply this function to the arguments.
|
default Function1 |
Function13.curry(Tuple12
Partially apply this function to the arguments.
|
default Function1 |
Function14.curry(Tuple13
Partially apply this function to the arguments.
|
default Function1 |
Function15.curry(Tuple14
Partially apply this function to the arguments.
|
default Function1 |
Function16.curry(Tuple15
Partially apply this function to the arguments.
|
default Function1 |
Function3.curry(Tuple2
Partially apply this function to the arguments.
|
default Function1 |
Function4.curry(Tuple3
Partially apply this function to the arguments.
|
default Function1 |
Function5.curry(Tuple4
Partially apply this function to the arguments.
|
default Function1 |
Function6.curry(Tuple5
Partially apply this function to the arguments.
|
default Function1 |
Function7.curry(Tuple6
Partially apply this function to the arguments.
|
default Function1 |
Function8.curry(Tuple7
Partially apply this function to the arguments.
|
default Function1 |
Function9.curry(Tuple8
Partially apply this function to the arguments.
|
default Function1 |
Function10.curry(Tuple9
Partially apply this function to the arguments.
|
static <T1 |
Function1.from(Function
Convert to this function from a
Function
|
| Modifier and Type | Method and Description |
|---|---|
<R> R |
Tuple1.map(Function1
Apply this tuple as arguments to a function.
|
<U1> Tuple12 |
Tuple12.map1(Function1
Apply attribute 1 as argument to a function and return a new tuple with the substituted argument.
|
<U1> Tuple7 |
Tuple7.map1(Function1
Apply attribute 1 as argument to a function and return a new tuple with the substituted argument.
|
<U1> Tuple16 |
Tuple16.map1(Function1
Apply attribute 1 as argument to a function and return a new tuple with the substituted argument.
|
<U1> Tuple6 |
Tuple6.map1(Function1
Apply attribute 1 as argument to a function and return a new tuple with the substituted argument.
|
<U1> Tuple2 |
Tuple2.map1(Function1
Apply attribute 1 as argument to a function and return a new tuple with the substituted argument.
|
<U1> Tuple15 |
Tuple15.map1(Function1
Apply attribute 1 as argument to a function and return a new tuple with the substituted argument.
|
<U1> Tuple13 |
Tuple13.map1(Function1
Apply attribute 1 as argument to a function and return a new tuple with the substituted argument.
|
<U1> Tuple3 |
Tuple3.map1(Function1
Apply attribute 1 as argument to a function and return a new tuple with the substituted argument.
|
<U1> Tuple5 |
Tuple5.map1(Function1
Apply attribute 1 as argument to a function and return a new tuple with the substituted argument.
|
<U1> Tuple4 |
Tuple4.map1(Function1
Apply attribute 1 as argument to a function and return a new tuple with the substituted argument.
|
<U1> Tuple10 |
Tuple10.map1(Function1
Apply attribute 1 as argument to a function and return a new tuple with the substituted argument.
|
<U1> Tuple14 |
Tuple14.map1(Function1
Apply attribute 1 as argument to a function and return a new tuple with the substituted argument.
|
<U1> Tuple8 |
Tuple8.map1(Function1
Apply attribute 1 as argument to a function and return a new tuple with the substituted argument.
|
<U1> Tuple11 |
Tuple11.map1(Function1
Apply attribute 1 as argument to a function and return a new tuple with the substituted argument.
|
<U1> Tuple9 |
Tuple9.map1(Function1
Apply attribute 1 as argument to a function and return a new tuple with the substituted argument.
|
<U1> Tuple1 |
Tuple1.map1(Function1
Apply attribute 1 as argument to a function and return a new tuple with the substituted argument.
|
<U10> Tuple12 |
Tuple12.map10(Function1
Apply attribute 10 as argument to a function and return a new tuple with the substituted argument.
|
<U10> Tuple16 |
Tuple16.map10(Function1
Apply attribute 10 as argument to a function and return a new tuple with the substituted argument.
|
<U10> Tuple15 |
Tuple15.map10(Function1
Apply attribute 10 as argument to a function and return a new tuple with the substituted argument.
|
<U10> Tuple13 |
Tuple13.map10(Function1
Apply attribute 10 as argument to a function and return a new tuple with the substituted argument.
|
<U10> Tuple10 |
Tuple10.map10(Function1
Apply attribute 10 as argument to a function and return a new tuple with the substituted argument.
|
<U10> Tuple14 |
Tuple14.map10(Function1
Apply attribute 10 as argument to a function and return a new tuple with the substituted argument.
|
<U10> Tuple11 |
Tuple11.map10(Function1
Apply attribute 10 as argument to a function and return a new tuple with the substituted argument.
|
<U11> Tuple12 |
Tuple12.map11(Function1
Apply attribute 11 as argument to a function and return a new tuple with the substituted argument.
|
<U11> Tuple16 |
Tuple16.map11(Function1
Apply attribute 11 as argument to a function and return a new tuple with the substituted argument.
|
<U11> Tuple15 |
Tuple15.map11(Function1
Apply attribute 11 as argument to a function and return a new tuple with the substituted argument.
|
<U11> Tuple13 |
Tuple13.map11(Function1
Apply attribute 11 as argument to a function and return a new tuple with the substituted argument.
|
<U11> Tuple14 |
Tuple14.map11(Function1
Apply attribute 11 as argument to a function and return a new tuple with the substituted argument.
|
<U11> Tuple11 |
Tuple11.map11(Function1
Apply attribute 11 as argument to a function and return a new tuple with the substituted argument.
|
<U12> Tuple12 |
Tuple12.map12(Function1
Apply attribute 12 as argument to a function and return a new tuple with the substituted argument.
|
<U12> Tuple16 |
Tuple16.map12(Function1
Apply attribute 12 as argument to a function and return a new tuple with the substituted argument.
|
<U12> Tuple15 |
Tuple15.map12(Function1
Apply attribute 12 as argument to a function and return a new tuple with the substituted argument.
|
<U12> Tuple13 |
Tuple13.map12(Function1
Apply attribute 12 as argument to a function and return a new tuple with the substituted argument.
|
<U12> Tuple14 |
Tuple14.map12(Function1
Apply attribute 12 as argument to a function and return a new tuple with the substituted argument.
|
<U13> Tuple16 |
Tuple16.map13(Function1
Apply attribute 13 as argument to a function and return a new tuple with the substituted argument.
|
<U13> Tuple15 |
Tuple15.map13(Function1
Apply attribute 13 as argument to a function and return a new tuple with the substituted argument.
|
<U13> Tuple13 |
Tuple13.map13(Function1
Apply attribute 13 as argument to a function and return a new tuple with the substituted argument.
|
<U13> Tuple14 |
Tuple14.map13(Function1
Apply attribute 13 as argument to a function and return a new tuple with the substituted argument.
|
<U14> Tuple16 |
Tuple16.map14(Function1
Apply attribute 14 as argument to a function and return a new tuple with the substituted argument.
|
<U14> Tuple15 |
Tuple15.map14(Function1
Apply attribute 14 as argument to a function and return a new tuple with the substituted argument.
|
<U14> Tuple14 |
Tuple14.map14(Function1
Apply attribute 14 as argument to a function and return a new tuple with the substituted argument.
|
<U15> Tuple16 |
Tuple16.map15(Function1
Apply attribute 15 as argument to a function and return a new tuple with the substituted argument.
|
<U15> Tuple15 |
Tuple15.map15(Function1
Apply attribute 15 as argument to a function and return a new tuple with the substituted argument.
|
<U16> Tuple16 |
Tuple16.map16(Function1
Apply attribute 16 as argument to a function and return a new tuple with the substituted argument.
|
<U2> Tuple12 |
Tuple12.map2(Function1
Apply attribute 2 as argument to a function and return a new tuple with the substituted argument.
|
<U2> Tuple7 |
Tuple7.map2(Function1
Apply attribute 2 as argument to a function and return a new tuple with the substituted argument.
|
<U2> Tuple16 |
Tuple16.map2(Function1
Apply attribute 2 as argument to a function and return a new tuple with the substituted argument.
|
<U2> Tuple6 |
Tuple6.map2(Function1
Apply attribute 2 as argument to a function and return a new tuple with the substituted argument.
|
<U2> Tuple2 |
Tuple2.map2(Function1
Apply attribute 2 as argument to a function and return a new tuple with the substituted argument.
|
<U2> Tuple15 |
Tuple15.map2(Function1
Apply attribute 2 as argument to a function and return a new tuple with the substituted argument.
|
<U2> Tuple13 |
Tuple13.map2(Function1
Apply attribute 2 as argument to a function and return a new tuple with the substituted argument.
|
<U2> Tuple3 |
Tuple3.map2(Function1
Apply attribute 2 as argument to a function and return a new tuple with the substituted argument.
|
<U2> Tuple5 |
Tuple5.map2(Function1
Apply attribute 2 as argument to a function and return a new tuple with the substituted argument.
|
<U2> Tuple4 |
Tuple4.map2(Function1
Apply attribute 2 as argument to a function and return a new tuple with the substituted argument.
|
<U2> Tuple10 |
Tuple10.map2(Function1
Apply attribute 2 as argument to a function and return a new tuple with the substituted argument.
|
<U2> Tuple14 |
Tuple14.map2(Function1
Apply attribute 2 as argument to a function and return a new tuple with the substituted argument.
|
<U2> Tuple8 |
Tuple8.map2(Function1
Apply attribute 2 as argument to a function and return a new tuple with the substituted argument.
|
<U2> Tuple11 |
Tuple11.map2(Function1
Apply attribute 2 as argument to a function and return a new tuple with the substituted argument.
|
<U2> Tuple9 |
Tuple9.map2(Function1
Apply attribute 2 as argument to a function and return a new tuple with the substituted argument.
|
<U3> Tuple12 |
Tuple12.map3(Function1
Apply attribute 3 as argument to a function and return a new tuple with the substituted argument.
|
<U3> Tuple7 |
Tuple7.map3(Function1
Apply attribute 3 as argument to a function and return a new tuple with the substituted argument.
|
<U3> Tuple16 |
Tuple16.map3(Function1
Apply attribute 3 as argument to a function and return a new tuple with the substituted argument.
|
<U3> Tuple6 |
Tuple6.map3(Function1
Apply attribute 3 as argument to a function and return a new tuple with the substituted argument.
|
<U3> Tuple15 |
Tuple15.map3(Function1
Apply attribute 3 as argument to a function and return a new tuple with the substituted argument.
|
<U3> Tuple13 |
Tuple13.map3(Function1
Apply attribute 3 as argument to a function and return a new tuple with the substituted argument.
|
<U3> Tuple3 |
Tuple3.map3(Function1
Apply attribute 3 as argument to a function and return a new tuple with the substituted argument.
|
<U3> Tuple5 |
Tuple5.map3(Function1
Apply attribute 3 as argument to a function and return a new tuple with the substituted argument.
|
<U3> Tuple4 |
Tuple4.map3(Function1
Apply attribute 3 as argument to a function and return a new tuple with the substituted argument.
|
<U3> Tuple10 |
Tuple10.map3(Function1
Apply attribute 3 as argument to a function and return a new tuple with the substituted argument.
|
<U3> Tuple14 |
Tuple14.map3(Function1
Apply attribute 3 as argument to a function and return a new tuple with the substituted argument.
|
<U3> Tuple8 |
Tuple8.map3(Function1
Apply attribute 3 as argument to a function and return a new tuple with the substituted argument.
|
<U3> Tuple11 |
Tuple11.map3(Function1
Apply attribute 3 as argument to a function and return a new tuple with the substituted argument.
|
<U3> Tuple9 |
Tuple9.map3(Function1
Apply attribute 3 as argument to a function and return a new tuple with the substituted argument.
|
<U4> Tuple12 |
Tuple12.map4(Function1
Apply attribute 4 as argument to a function and return a new tuple with the substituted argument.
|
<U4> Tuple7 |
Tuple7.map4(Function1
Apply attribute 4 as argument to a function and return a new tuple with the substituted argument.
|
<U4> Tuple16 |
Tuple16.map4(Function1
Apply attribute 4 as argument to a function and return a new tuple with the substituted argument.
|
<U4> Tuple6 |
Tuple6.map4(Function1
Apply attribute 4 as argument to a function and return a new tuple with the substituted argument.
|
<U4> Tuple15 |
Tuple15.map4(Function1
Apply attribute 4 as argument to a function and return a new tuple with the substituted argument.
|
<U4> Tuple13 |
Tuple13.map4(Function1
Apply attribute 4 as argument to a function and return a new tuple with the substituted argument.
|
<U4> Tuple5 |
Tuple5.map4(Function1
Apply attribute 4 as argument to a function and return a new tuple with the substituted argument.
|
<U4> Tuple4 |
Tuple4.map4(Function1
Apply attribute 4 as argument to a function and return a new tuple with the substituted argument.
|
<U4> Tuple10 |
Tuple10.map4(Function1
Apply attribute 4 as argument to a function and return a new tuple with the substituted argument.
|
<U4> Tuple14 |
Tuple14.map4(Function1
Apply attribute 4 as argument to a function and return a new tuple with the substituted argument.
|
<U4> Tuple8 |
Tuple8.map4(Function1
Apply attribute 4 as argument to a function and return a new tuple with the substituted argument.
|
<U4> Tuple11 |
Tuple11.map4(Function1
Apply attribute 4 as argument to a function and return a new tuple with the substituted argument.
|
<U4> Tuple9 |
Tuple9.map4(Function1
Apply attribute 4 as argument to a function and return a new tuple with the substituted argument.
|
<U5> Tuple12 |
Tuple12.map5(Function1
Apply attribute 5 as argument to a function and return a new tuple with the substituted argument.
|
<U5> Tuple7 |
Tuple7.map5(Function1
Apply attribute 5 as argument to a function and return a new tuple with the substituted argument.
|
<U5> Tuple16 |
Tuple16.map5(Function1
Apply attribute 5 as argument to a function and return a new tuple with the substituted argument.
|
<U5> Tuple6 |
Tuple6.map5(Function1
Apply attribute 5 as argument to a function and return a new tuple with the substituted argument.
|
<U5> Tuple15 |
Tuple15.map5(Function1
Apply attribute 5 as argument to a function and return a new tuple with the substituted argument.
|
<U5> Tuple13 |
Tuple13.map5(Function1
Apply attribute 5 as argument to a function and return a new tuple with the substituted argument.
|
<U5> Tuple5 |
Tuple5.map5(Function1
Apply attribute 5 as argument to a function and return a new tuple with the substituted argument.
|
<U5> Tuple10 |
Tuple10.map5(Function1
Apply attribute 5 as argument to a function and return a new tuple with the substituted argument.
|
<U5> Tuple14 |
Tuple14.map5(Function1
Apply attribute 5 as argument to a function and return a new tuple with the substituted argument.
|
<U5> Tuple8 |
Tuple8.map5(Function1
Apply attribute 5 as argument to a function and return a new tuple with the substituted argument.
|
<U5> Tuple11 |
Tuple11.map5(Function1
Apply attribute 5 as argument to a function and return a new tuple with the substituted argument.
|
<U5> Tuple9 |
Tuple9.map5(Function1
Apply attribute 5 as argument to a function and return a new tuple with the substituted argument.
|
<U6> Tuple12 |
Tuple12.map6(Function1
Apply attribute 6 as argument to a function and return a new tuple with the substituted argument.
|
<U6> Tuple7 |
Tuple7.map6(Function1
Apply attribute 6 as argument to a function and return a new tuple with the substituted argument.
|
<U6> Tuple16 |
Tuple16.map6(Function1
Apply attribute 6 as argument to a function and return a new tuple with the substituted argument.
|
<U6> Tuple6 |
Tuple6.map6(Function1
Apply attribute 6 as argument to a function and return a new tuple with the substituted argument.
|
<U6> Tuple15 |
Tuple15.map6(Function1
Apply attribute 6 as argument to a function and return a new tuple with the substituted argument.
|
<U6> Tuple13 |
Tuple13.map6(Function1
Apply attribute 6 as argument to a function and return a new tuple with the substituted argument.
|
<U6> Tuple10 |
Tuple10.map6(Function1
Apply attribute 6 as argument to a function and return a new tuple with the substituted argument.
|
<U6> Tuple14 |
Tuple14.map6(Function1
Apply attribute 6 as argument to a function and return a new tuple with the substituted argument.
|
<U6> Tuple8 |
Tuple8.map6(Function1
Apply attribute 6 as argument to a function and return a new tuple with the substituted argument.
|
<U6> Tuple11 |
Tuple11.map6(Function1
Apply attribute 6 as argument to a function and return a new tuple with the substituted argument.
|
<U6> Tuple9 |
Tuple9.map6(Function1
Apply attribute 6 as argument to a function and return a new tuple with the substituted argument.
|
<U7> Tuple12 |
Tuple12.map7(Function1
Apply attribute 7 as argument to a function and return a new tuple with the substituted argument.
|
<U7> Tuple7 |
Tuple7.map7(Function1
Apply attribute 7 as argument to a function and return a new tuple with the substituted argument.
|
<U7> Tuple16 |
Tuple16.map7(Function1
Apply attribute 7 as argument to a function and return a new tuple with the substituted argument.
|
<U7> Tuple15 |
Tuple15.map7(Function1
Apply attribute 7 as argument to a function and return a new tuple with the substituted argument.
|
<U7> Tuple13 |
Tuple13.map7(Function1
Apply attribute 7 as argument to a function and return a new tuple with the substituted argument.
|
<U7> Tuple10 |
Tuple10.map7(Function1
Apply attribute 7 as argument to a function and return a new tuple with the substituted argument.
|
<U7> Tuple14 |
Tuple14.map7(Function1
Apply attribute 7 as argument to a function and return a new tuple with the substituted argument.
|
<U7> Tuple8 |
Tuple8.map7(Function1
Apply attribute 7 as argument to a function and return a new tuple with the substituted argument.
|
<U7> Tuple11 |
Tuple11.map7(Function1
Apply attribute 7 as argument to a function and return a new tuple with the substituted argument.
|
<U7> Tuple9 |
Tuple9.map7(Function1
Apply attribute 7 as argument to a function and return a new tuple with the substituted argument.
|
<U8> Tuple12 |
Tuple12.map8(Function1
Apply attribute 8 as argument to a function and return a new tuple with the substituted argument.
|
<U8> Tuple16 |
Tuple16.map8(Function1
Apply attribute 8 as argument to a function and return a new tuple with the substituted argument.
|
<U8> Tuple15 |
Tuple15.map8(Function1
Apply attribute 8 as argument to a function and return a new tuple with the substituted argument.
|
<U8> Tuple13 |
Tuple13.map8(Function1
Apply attribute 8 as argument to a function and return a new tuple with the substituted argument.
|
<U8> Tuple10 |
Tuple10.map8(Function1
Apply attribute 8 as argument to a function and return a new tuple with the substituted argument.
|
<U8> Tuple14 |
Tuple14.map8(Function1
Apply attribute 8 as argument to a function and return a new tuple with the substituted argument.
|
<U8> Tuple8 |
Tuple8.map8(Function1
Apply attribute 8 as argument to a function and return a new tuple with the substituted argument.
|
<U8> Tuple11 |
Tuple11.map8(Function1
Apply attribute 8 as argument to a function and return a new tuple with the substituted argument.
|
<U8> Tuple9 |
Tuple9.map8(Function1
Apply attribute 8 as argument to a function and return a new tuple with the substituted argument.
|
<U9> Tuple12 |
Tuple12.map9(Function1
Apply attribute 9 as argument to a function and return a new tuple with the substituted argument.
|
<U9> Tuple16 |
Tuple16.map9(Function1
Apply attribute 9 as argument to a function and return a new tuple with the substituted argument.
|
<U9> Tuple15 |
Tuple15.map9(Function1
Apply attribute 9 as argument to a function and return a new tuple with the substituted argument.
|
<U9> Tuple13 |
Tuple13.map9(Function1
Apply attribute 9 as argument to a function and return a new tuple with the substituted argument.
|
<U9> Tuple10 |
Tuple10.map9(Function1
Apply attribute 9 as argument to a function and return a new tuple with the substituted argument.
|
<U9> Tuple14 |
Tuple14.map9(Function1
Apply attribute 9 as argument to a function and return a new tuple with the substituted argument.
|
<U9> Tuple11 |
Tuple11.map9(Function1
Apply attribute 9 as argument to a function and return a new tuple with the substituted argument.
|
<U9> Tuple9 |
Tuple9.map9(Function1
Apply attribute 9 as argument to a function and return a new tuple with the substituted argument.
|