| Package | Description |
|---|---|
| org.jooq.lambda.tuple |
This package contains tuple types of various degrees.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends Comparable |
Tuple.range(T t1, T t2)
Create a new range.
|
| Modifier and Type | Method and Description |
|---|---|
Optional |
Range.intersect(T t1, T t2)
The intersection of two ranges.
|
Optional |
Range.intersect(Tuple2
The intersection of two ranges.
|