R - root criteria typepublic interface ComparableMatcher<R,V extends Comparable<? super V>> extends ObjectMatcher<R,V>, OrderMatcher
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ComparableMatcher.AggregationTemplate<V> |
static interface |
ComparableMatcher.Self<V extends Comparable<? super V>> |
static interface |
ComparableMatcher.Template<R,V extends Comparable<? super V>> |
| Modifier and Type | Method and Description |
|---|---|
default R |
atLeast(V lowerInclusive) |
default R |
atMost(V upperInclusive) |
default R |
between(V lowerInclusive,
V upperInclusive) |
static <R> CriteriaCreator<R> |
creator() |
default R |
greaterThan(V lower) |
default R |
lessThan(V upper) |
in, in, is, isNot, notIn, notInasc, descCopyright © 2020 The Immutables.org authors. All rights reserved.