Package org.apache.calcite.util
Interface RangeSets.Handler<C extends Comparable<C>,R>
- Type Parameters:
C
- Value typeR
- Return type
- Enclosing class:
- RangeSets
public static interface RangeSets.Handler<C extends Comparable<C>,R>
Deconstructor for
Range
values.- See Also:
-
Method Summary
-
Method Details
-
all
R all() -
atLeast
-
atMost
-
greaterThan
-
lessThan
-
singleton
-
closed
-
closedOpen
-
openClosed
-
open
-