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