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