R - root criteria typepublic interface NumberMatcher<R,V extends Number & Comparable<? super V>> extends ComparableMatcher<R,V>, OrderMatcher
| Modifier and Type | Interface and Description |
|---|---|
static interface |
NumberMatcher.AggregationTemplate<V> |
static interface |
NumberMatcher.Self<V extends Number & Comparable<? super V>> |
static interface |
NumberMatcher.Template<R,V extends Number & Comparable<? super V>> |
| Modifier and Type | Method and Description |
|---|---|
static <R> CriteriaCreator<R> |
creator() |
atLeast, atMost, between, greaterThan, lessThanin, in, is, isNot, notIn, notInasc, descstatic <R> CriteriaCreator<R> creator()
Copyright © 2020 The Immutables.org authors. All rights reserved.