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 TypeMethodDescriptionvoidall()voidvoidvoidvoidclosedOpen(@NonNull V lower, @NonNull V upper) voidgreaterThan(@NonNull V lower) voidvoidvoidopenClosed(@NonNull V lower, @NonNull V upper) void
-
Method Details
-
all
void all() -
atLeast
-
atMost
-
greaterThan
-
lessThan
-
singleton
-
closed
-
closedOpen
-
openClosed
-
open
-