| 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 8
Collectors.
|
| Modifier and Type | Method and Description |
|---|---|
static <T1 |
Seq.crossJoin(Iterable
Cross join 8 streams into one.
|
static <T1 |
Seq.crossJoin(Seq
Cross join 8 streams into one.
|
static <T1 |
Seq.crossJoin(Stream
Cross join 8 streams into one.
|
default Seq |
Seq.window(WindowSpecification
Map this stream to a windowed stream with 8 distinct windows.
|
static <T1 |
Seq.zip(Iterable
Zip 8 streams into one.
|
static <T1 |
Seq.zip(Seq
Zip 8 streams into one.
|
static <T1 |
Seq.zip(Stream
Zip 8 streams into one.
|
| Modifier and Type | Method and Description |
|---|---|
default R |
Function8.apply(Tuple8
Apply this function to the arguments.
|
default Function2 |
Function10.curry(Tuple8
Partially apply this function to the arguments.
|
default Function6 |
Function14.curry(Tuple8
Partially apply this function to the arguments.
|
default Function5 |
Function13.curry(Tuple8
Partially apply this function to the arguments.
|
default Function0 |
Function8.curry(Tuple8
Partially apply this function to the arguments.
|
default Function3 |
Function11.curry(Tuple8
Partially apply this function to the arguments.
|
default Function8 |
Function16.curry(Tuple8
Partially apply this function to the arguments.
|
default Function4 |
Function12.curry(Tuple8
Partially apply this function to the arguments.
|
default Function1 |
Function9.curry(Tuple8
Partially apply this function to the arguments.
|
default Function7 |
Function15.curry(Tuple8
Partially apply this function to the arguments.
|
| Modifier and Type | Method and Description |
|---|---|
Tuple8 |
Tuple8.clone()
|
<T8> Tuple8 |
Tuple7.concat(T8 value)
Concatenate a value to this tuple.
|
<T8> Tuple8 |
Tuple7.concat(Tuple1
Concatenate a tuple to this tuple.
|
<T7 |
Tuple6.concat(Tuple2
Concatenate a tuple to this tuple.
|
<T6 |
Tuple5.concat(Tuple3
Concatenate a tuple to this tuple.
|
<T5 |
Tuple4.concat(Tuple4
Concatenate a tuple to this tuple.
|
<T4 |
Tuple3.concat(Tuple5
Concatenate a tuple to this tuple.
|
<T3 |
Tuple2.concat(Tuple6
Concatenate a tuple to this tuple.
|
<T2 |
Tuple1.concat(Tuple7
Concatenate a tuple to this tuple.
|
<T1 |
Tuple0.concat(Tuple8
Concatenate a tuple to this tuple.
|
Tuple8 |
Tuple12.limit8()
Limit this tuple to degree 8.
|
Tuple8 |
Tuple16.limit8()
Limit this tuple to degree 8.
|
Tuple8 |
Tuple15.limit8()
Limit this tuple to degree 8.
|
Tuple8 |
Tuple13.limit8()
Limit this tuple to degree 8.
|
Tuple8 |
Tuple10.limit8()
Limit this tuple to degree 8.
|
Tuple8 |
Tuple14.limit8()
Limit this tuple to degree 8.
|
Tuple8 |
Tuple8.limit8()
Limit this tuple to degree 8.
|
Tuple8 |
Tuple11.limit8()
Limit this tuple to degree 8.
|
Tuple8 |
Tuple9.limit8()
Limit this tuple to degree 8.
|
<U1> Tuple8 |
Tuple8.map1(Function1
Apply attribute 1 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.
|
<U3> Tuple8 |
Tuple8.map3(Function1
Apply attribute 3 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.
|
<U5> Tuple8 |
Tuple8.map5(Function1
Apply attribute 5 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.
|
<U7> Tuple8 |
Tuple8.map7(Function1
Apply attribute 7 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.
|
Tuple8 |
Tuple8.skip0()
Skip 0 degrees from this tuple.
|
Tuple8 |
Tuple9.skip1()
Skip 1 degrees from this tuple.
|
Tuple8 |
Tuple10.skip2()
Skip 2 degrees from this tuple.
|
Tuple8 |
Tuple11.skip3()
Skip 3 degrees from this tuple.
|
Tuple8 |
Tuple12.skip4()
Skip 4 degrees from this tuple.
|
Tuple8 |
Tuple13.skip5()
Skip 5 degrees from this tuple.
|
Tuple8 |
Tuple14.skip6()
Skip 6 degrees from this tuple.
|
Tuple8 |
Tuple15.skip7()
Skip 7 degrees from this tuple.
|
Tuple8 |
Tuple16.skip8()
Skip 8 degrees from this tuple.
|
static <T1 |
Tuple.tuple(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8)
Construct a tuple of degree 8.
|
| Modifier and Type | Method and Description |
|---|---|
static <T |
Tuple.collectors(Collector
Construct a tuple collector of degree 8.
|
static <T |
Tuple.collectors(Collector
Construct a tuple collector of degree 8.
|
Tuple2 |
Tuple8.split0()
Split this tuple into two tuples of degree 0 and 8.
|
Tuple2 |
Tuple9.split1()
Split this tuple into two tuples of degree 1 and 8.
|
Tuple2 |
Tuple10.split2()
Split this tuple into two tuples of degree 2 and 8.
|
Tuple2 |
Tuple11.split3()
Split this tuple into two tuples of degree 3 and 8.
|
Tuple2 |
Tuple12.split4()
Split this tuple into two tuples of degree 4 and 8.
|
Tuple2 |
Tuple13.split5()
Split this tuple into two tuples of degree 5 and 8.
|
Tuple2 |
Tuple14.split6()
Split this tuple into two tuples of degree 6 and 8.
|
Tuple2 |
Tuple15.split7()
Split this tuple into two tuples of degree 7 and 8.
|
Tuple2 |
Tuple12.split8()
Split this tuple into two tuples of degree 8 and 4.
|
Tuple2 |
Tuple16.split8()
Split this tuple into two tuples of degree 8 and 8.
|
Tuple2 |
Tuple16.split8()
Split this tuple into two tuples of degree 8 and 8.
|
Tuple2 |
Tuple15.split8()
Split this tuple into two tuples of degree 8 and 7.
|
Tuple2 |
Tuple13.split8()
Split this tuple into two tuples of degree 8 and 5.
|
Tuple2 |
Tuple10.split8()
Split this tuple into two tuples of degree 8 and 2.
|
Tuple2 |
Tuple14.split8()
Split this tuple into two tuples of degree 8 and 6.
|
Tuple2 |
Tuple8.split8()
Split this tuple into two tuples of degree 8 and 0.
|
Tuple2 |
Tuple11.split8()
Split this tuple into two tuples of degree 8 and 3.
|
Tuple2 |
Tuple9.split8()
Split this tuple into two tuples of degree 8 and 1.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Tuple8.compareTo(Tuple8
|
<T1 |
Tuple0.concat(Tuple8
Concatenate a tuple to this tuple.
|
<T2 |
Tuple1.concat(Tuple8
Concatenate a tuple to this tuple.
|
<T3 |
Tuple2.concat(Tuple8
Concatenate a tuple to this tuple.
|
<T4 |
Tuple3.concat(Tuple8
Concatenate a tuple to this tuple.
|
<T5 |
Tuple4.concat(Tuple8
Concatenate a tuple to this tuple.
|
<T6 |
Tuple5.concat(Tuple8
Concatenate a tuple to this tuple.
|
<T7 |
Tuple6.concat(Tuple8
Concatenate a tuple to this tuple.
|
<T8 |
Tuple7.concat(Tuple8
Concatenate a tuple to this tuple.
|
<T9 |
Tuple8.concat(Tuple8
Concatenate a tuple to this tuple.
|
| Constructor and Description | |
|---|---|
Tuple8(Tuple8
|