| Package | Description |
|---|---|
| org.jooq.lambda |
This package contains useful extensions for interoperation with Java 8's lambda expressions and
FunctionalInterface types.
|
| org.jooq.lambda.tuple |
This package contains tuple types of various degrees.
|
| Modifier and Type | Method and Description |
|---|---|
static <T1 |
Seq.zip(Iterable
Zip 16 streams into one using a
Function16 to produce resulting values.
|
static <T1 |
Seq.zip(Seq
Zip 16 streams into one using a
Function16 to produce resulting values.
|
static <T1 |
Seq.zip(Stream
Zip 16 streams into one using a
Function16 to produce resulting values.
|
| Modifier and Type | Method and Description |
|---|---|
<R> R |
Tuple16.map(Function16
Apply this tuple as arguments to a function.
|