Package org.apache.calcite.util
Interface RangeSets.Handler<V,R>
- Type Parameters:
V
- Value typeR
- Return type
- Enclosing class:
RangeSets
public static interface RangeSets.Handler<V,R>
Deconstructor for
Range
values.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionall()
default RangeSets.Consumer<V>
Creates a Consumer that sends output to a given sink.closedOpen
(V lower, V upper) greaterThan
(V lower) openClosed
(V lower, V upper)
-
Method Details
-
all
R all() -
atLeast
-
atMost
-
greaterThan
-
lessThan
-
singleton
-
closed
-
closedOpen
-
openClosed
-
open
-
andThen
Creates a Consumer that sends output to a given sink.
-