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