| 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 R |
Function1.apply(Tuple1<T1> args)
Apply this function to the arguments.
|
| Modifier and Type | Method and Description |
|---|---|
Tuple1<T1> |
Tuple1.clone() |
<U1> Tuple1<U1> |
Tuple1.map1(Function1<T1,U1> function)
Apply attribute 1 as argument to a function and return a new tuple with the substituted argument.
|
static <T1> Tuple1<T1> |
Tuple.tuple(T1 v1)
Construct a tuple of degree 1.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Tuple1.compareTo(Tuple1<T1> other) |
| Constructor and Description |
|---|
Tuple1(Tuple1<T1> tuple) |
Copyright © 2014. All Rights Reserved.