| 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 16
Collectors.
|
| Modifier and Type | Method and Description |
|---|---|
static <T1 |
Seq.crossJoin(Iterable
Cross join 16 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 16 streams into one.
|
static <T1 |
Seq.crossJoin(Stream
Cross join 16 streams into one.
|
default Seq |
Seq.window(WindowSpecification
Map this stream to a windowed stream with 16 distinct windows.
|
static <T1 |
Seq.zip(Iterable
Zip 16 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 16 streams into one.
|
static <T1 |
Seq.zip(Stream
Zip 16 streams into one.
|
| Modifier and Type | Method and Description |
|---|---|
default R |
Function16.apply(Tuple16
Apply this function to the arguments.
|
default Function0 |
Function16.curry(Tuple16
Partially apply this function to the arguments.
|
| Modifier and Type | Method and Description |
|---|---|
Tuple16 |
Tuple16.clone()
|
<T16> Tuple16 |
Tuple15.concat(T16 value)
Concatenate a value to this tuple.
|
<T16> Tuple16 |
Tuple15.concat(Tuple1
Concatenate a tuple to this tuple.
|
<T7 |
Tuple6.concat(Tuple10
Concatenate a tuple to this tuple.
|
<T6 |
Tuple5.concat(Tuple11
Concatenate a tuple to this tuple.
|
<T5 |
Tuple4.concat(Tuple12
Concatenate a tuple to this tuple.
|
<T4 |
Tuple3.concat(Tuple13
Concatenate a tuple to this tuple.
|
<T3 |
Tuple2.concat(Tuple14
Concatenate a tuple to this tuple.
|
<T2 |
Tuple1.concat(Tuple15
Concatenate a tuple to this tuple.
|
<T1 |
Tuple0.concat(Tuple16
Concatenate a tuple to this tuple.
|
<T15 |
Tuple14.concat(Tuple2
Concatenate a tuple to this tuple.
|
<T14 |
Tuple13.concat(Tuple3
Concatenate a tuple to this tuple.
|
<T13 |
Tuple12.concat(Tuple4
Concatenate a tuple to this tuple.
|
<T12 |
Tuple11.concat(Tuple5
Concatenate a tuple to this tuple.
|
<T11 |
Tuple10.concat(Tuple6
Concatenate a tuple to this tuple.
|
<T10 |
Tuple9.concat(Tuple7
Concatenate a tuple to this tuple.
|
<T9 |
Tuple8.concat(Tuple8
Concatenate a tuple to this tuple.
|
<T8 |
Tuple7.concat(Tuple9
Concatenate a tuple to this tuple.
|
Tuple16 |
Tuple16.limit16()
Limit this tuple to degree 16.
|
<U1> Tuple16 |
Tuple16.map1(Function1
Apply attribute 1 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.
|
<U11> Tuple16 |
Tuple16.map11(Function1
Apply attribute 11 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.
|
<U13> Tuple16 |
Tuple16.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.
|
<U15> Tuple16 |
Tuple16.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> Tuple16 |
Tuple16.map2(Function1
Apply attribute 2 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.
|
<U4> Tuple16 |
Tuple16.map4(Function1
Apply attribute 4 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.
|
<U6> Tuple16 |
Tuple16.map6(Function1
Apply attribute 6 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.
|
<U8> Tuple16 |
Tuple16.map8(Function1
Apply attribute 8 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.
|
Tuple16 |
Tuple16.skip0()
Skip 0 degrees from this tuple.
|
static <T1 |
Tuple.tuple(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, T16 v16)
Construct a tuple of degree 16.
|
| Modifier and Type | Method and Description |
|---|---|
static <T |
Tuple.collectors(Collector
Construct a tuple collector of degree 16.
|
static <T |
Tuple.collectors(Collector
Construct a tuple collector of degree 16.
|
Tuple2 |
Tuple16.split0()
Split this tuple into two tuples of degree 0 and 16.
|
Tuple2 |
Tuple16.split16()
Split this tuple into two tuples of degree 16 and 0.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Tuple16.compareTo(Tuple16
|
<T1 |
Tuple0.concat(Tuple16
Concatenate a tuple to this tuple.
|
| Constructor and Description | |
|---|---|
Tuple16(Tuple16
|