| 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 |
|---|---|
static <T1,T2,R> Function2<T1,T2,R> |
Function2.from(java.util.function.BiFunction<T1,T2,R> function)
Convert to this function to a
BiFunction |
| Modifier and Type | Method and Description |
|---|---|
<R> R |
Tuple2.map(Function2<T1,T2,R> function)
Apply this tuple as arguments to a function.
|
Copyright © 2014. All Rights Reserved.