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