| Package | Description |
|---|---|
| org.jooq.lambda |
This package contains useful extensions for interoperation with Java 8's lambda expressions and
FunctionalInterface types.
|
| 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 <R1 |
Collectable.collect(Collector
Collect this collectable into 3
Collectors.
|
| Modifier and Type | Method and Description |
|---|---|
static <T1 |
Seq.crossJoin(Iterable
Cross join 3 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 3 streams into one.
|
static <T1 |
Seq.crossJoin(Stream
Cross join 3 streams into one.
|
default Seq |
Seq.window(WindowSpecification
Map this stream to a windowed stream with 3 distinct windows.
|
static <T1 |
Seq.zip(Iterable
Zip 3 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 3 streams into one.
|
static <T1 |
Seq.zip(Stream
Zip 3 streams into one.
|
| Modifier and Type | Method and Description |
|---|---|
default R |
Function3.apply(Tuple3
Apply this function to the arguments.
|
default Function7 |
Function10.curry(Tuple3
Partially apply this function to the arguments.
|
default Function11 |
Function14.curry(Tuple3
Partially apply this function to the arguments.
|
default Function10 |
Function13.curry(Tuple3
Partially apply this function to the arguments.
|
default Function1 |
Function4.curry(Tuple3
Partially apply this function to the arguments.
|
default Function0 |
Function3.curry(Tuple3
Partially apply this function to the arguments.
|
default Function2 |
Function5.curry(Tuple3
Partially apply this function to the arguments.
|
default Function5 |
Function8.curry(Tuple3
Partially apply this function to the arguments.
|
default Function4 |
Function7.curry(Tuple3
Partially apply this function to the arguments.
|
default Function8 |
Function11.curry(Tuple3
Partially apply this function to the arguments.
|
default Function13 |
Function16.curry(Tuple3
Partially apply this function to the arguments.
|
default Function3 |
Function6.curry(Tuple3
Partially apply this function to the arguments.
|
default Function9 |
Function12.curry(Tuple3
Partially apply this function to the arguments.
|
default Function6 |
Function9.curry(Tuple3
Partially apply this function to the arguments.
|
default Function12 |
Function15.curry(Tuple3
Partially apply this function to the arguments.
|
| Modifier and Type | Method and Description |
|---|---|
Tuple3 |
Tuple3.clone()
|
<T3> Tuple3 |
Tuple2.concat(T3 value)
Concatenate a value to this tuple.
|
<T3> Tuple3 |
Tuple2.concat(Tuple1
Concatenate a tuple to this tuple.
|
<T2 |
Tuple1.concat(Tuple2
Concatenate a tuple to this tuple.
|
<T1 |
Tuple0.concat(Tuple3
Concatenate a tuple to this tuple.
|
Tuple3 |
Tuple12.limit3()
Limit this tuple to degree 3.
|
Tuple3 |
Tuple7.limit3()
Limit this tuple to degree 3.
|
Tuple3 |
Tuple16.limit3()
Limit this tuple to degree 3.
|
Tuple3 |
Tuple6.limit3()
Limit this tuple to degree 3.
|
Tuple3 |
Tuple15.limit3()
Limit this tuple to degree 3.
|
Tuple3 |
Tuple13.limit3()
Limit this tuple to degree 3.
|
Tuple3 |
Tuple3.limit3()
Limit this tuple to degree 3.
|
Tuple3 |
Tuple5.limit3()
Limit this tuple to degree 3.
|
Tuple3 |
Tuple4.limit3()
Limit this tuple to degree 3.
|
Tuple3 |
Tuple10.limit3()
Limit this tuple to degree 3.
|
Tuple3 |
Tuple14.limit3()
Limit this tuple to degree 3.
|
Tuple3 |
Tuple8.limit3()
Limit this tuple to degree 3.
|
Tuple3 |
Tuple11.limit3()
Limit this tuple to degree 3.
|
Tuple3 |
Tuple9.limit3()
Limit this tuple to degree 3.
|
<U1> Tuple3 |
Tuple3.map1(Function1
Apply attribute 1 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.
|
<U3> Tuple3 |
Tuple3.map3(Function1
Apply attribute 3 as argument to a function and return a new tuple with the substituted argument.
|
Tuple3 |
Tuple3.skip0()
Skip 0 degrees from this tuple.
|
Tuple3 |
Tuple4.skip1()
Skip 1 degrees from this tuple.
|
Tuple3 |
Tuple13.skip10()
Skip 10 degrees from this tuple.
|
Tuple3 |
Tuple14.skip11()
Skip 11 degrees from this tuple.
|
Tuple3 |
Tuple15.skip12()
Skip 12 degrees from this tuple.
|
Tuple3 |
Tuple16.skip13()
Skip 13 degrees from this tuple.
|
Tuple3 |
Tuple5.skip2()
Skip 2 degrees from this tuple.
|
Tuple3 |
Tuple6.skip3()
Skip 3 degrees from this tuple.
|
Tuple3 |
Tuple7.skip4()
Skip 4 degrees from this tuple.
|
Tuple3 |
Tuple8.skip5()
Skip 5 degrees from this tuple.
|
Tuple3 |
Tuple9.skip6()
Skip 6 degrees from this tuple.
|
Tuple3 |
Tuple10.skip7()
Skip 7 degrees from this tuple.
|
Tuple3 |
Tuple11.skip8()
Skip 8 degrees from this tuple.
|
Tuple3 |
Tuple12.skip9()
Skip 9 degrees from this tuple.
|
static <T1 |
Tuple.tuple(T1 v1, T2 v2, T3 v3)
Construct a tuple of degree 3.
|
| Modifier and Type | Method and Description |
|---|---|
static <T |
Tuple.collectors(Collector
Construct a tuple collector of degree 3.
|
static <T |
Tuple.collectors(Collector
Construct a tuple collector of degree 3.
|
Tuple2 |
Tuple3.split0()
Split this tuple into two tuples of degree 0 and 3.
|
Tuple2 |
Tuple4.split1()
Split this tuple into two tuples of degree 1 and 3.
|
Tuple2 |
Tuple13.split10()
Split this tuple into two tuples of degree 10 and 3.
|
Tuple2 |
Tuple14.split11()
Split this tuple into two tuples of degree 11 and 3.
|
Tuple2 |
Tuple15.split12()
Split this tuple into two tuples of degree 12 and 3.
|
Tuple2 |
Tuple16.split13()
Split this tuple into two tuples of degree 13 and 3.
|
Tuple2 |
Tuple5.split2()
Split this tuple into two tuples of degree 2 and 3.
|
Tuple2 |
Tuple12.split3()
Split this tuple into two tuples of degree 3 and 9.
|
Tuple2 |
Tuple7.split3()
Split this tuple into two tuples of degree 3 and 4.
|
Tuple2 |
Tuple16.split3()
Split this tuple into two tuples of degree 3 and 13.
|
Tuple2 |
Tuple6.split3()
Split this tuple into two tuples of degree 3 and 3.
|
Tuple2 |
Tuple6.split3()
Split this tuple into two tuples of degree 3 and 3.
|
Tuple2 |
Tuple15.split3()
Split this tuple into two tuples of degree 3 and 12.
|
Tuple2 |
Tuple13.split3()
Split this tuple into two tuples of degree 3 and 10.
|
Tuple2 |
Tuple3.split3()
Split this tuple into two tuples of degree 3 and 0.
|
Tuple2 |
Tuple5.split3()
Split this tuple into two tuples of degree 3 and 2.
|
Tuple2 |
Tuple4.split3()
Split this tuple into two tuples of degree 3 and 1.
|
Tuple2 |
Tuple10.split3()
Split this tuple into two tuples of degree 3 and 7.
|
Tuple2 |
Tuple14.split3()
Split this tuple into two tuples of degree 3 and 11.
|
Tuple2 |
Tuple8.split3()
Split this tuple into two tuples of degree 3 and 5.
|
Tuple2 |
Tuple11.split3()
Split this tuple into two tuples of degree 3 and 8.
|
Tuple2 |
Tuple9.split3()
Split this tuple into two tuples of degree 3 and 6.
|
Tuple2 |
Tuple7.split4()
Split this tuple into two tuples of degree 4 and 3.
|
Tuple2 |
Tuple8.split5()
Split this tuple into two tuples of degree 5 and 3.
|
Tuple2 |
Tuple9.split6()
Split this tuple into two tuples of degree 6 and 3.
|
Tuple2 |
Tuple10.split7()
Split this tuple into two tuples of degree 7 and 3.
|
Tuple2 |
Tuple11.split8()
Split this tuple into two tuples of degree 8 and 3.
|
Tuple2 |
Tuple12.split9()
Split this tuple into two tuples of degree 9 and 3.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Tuple3.compareTo(Tuple3
|
<T10 |
Tuple9.concat(Tuple3
Concatenate a tuple to this tuple.
|
<T11 |
Tuple10.concat(Tuple3
Concatenate a tuple to this tuple.
|
<T12 |
Tuple11.concat(Tuple3
Concatenate a tuple to this tuple.
|
<T13 |
Tuple12.concat(Tuple3
Concatenate a tuple to this tuple.
|
<T14 |
Tuple13.concat(Tuple3
Concatenate a tuple to this tuple.
|
<T1 |
Tuple0.concat(Tuple3
Concatenate a tuple to this tuple.
|
<T2 |
Tuple1.concat(Tuple3
Concatenate a tuple to this tuple.
|
<T3 |
Tuple2.concat(Tuple3
Concatenate a tuple to this tuple.
|
<T4 |
Tuple3.concat(Tuple3
Concatenate a tuple to this tuple.
|
<T5 |
Tuple4.concat(Tuple3
Concatenate a tuple to this tuple.
|
<T6 |
Tuple5.concat(Tuple3
Concatenate a tuple to this tuple.
|
<T7 |
Tuple6.concat(Tuple3
Concatenate a tuple to this tuple.
|
<T8 |
Tuple7.concat(Tuple3
Concatenate a tuple to this tuple.
|
<T9 |
Tuple8.concat(Tuple3
Concatenate a tuple to this tuple.
|
| Constructor and Description | |
|---|---|
Tuple3(Tuple3
|