Package org.apache.calcite.util
Interface RangeSets.Consumer<V>
- Type Parameters:
V
- Value type
- Enclosing class:
RangeSets
public static interface RangeSets.Consumer<@NonNull V>
Consumer of
Range
values.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
all()
void
void
void
void
closedOpen
(@NonNull V lower, @NonNull V upper) void
greaterThan
(@NonNull V lower) void
void
void
openClosed
(@NonNull V lower, @NonNull V upper) void
-
Method Details
-
all
void all() -
atLeast
-
atMost
-
greaterThan
-
lessThan
-
singleton
-
closed
-
closedOpen
-
openClosed
-
open
-