V - attribute type for which criteria is appliedR - Criteria self-type, allowing this-returning methods to avoid needing subclassingpublic interface ObjectMatcher<R,V> extends Matcher
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ObjectMatcher.AggregationTemplate<V> |
static interface |
ObjectMatcher.Self<V> |
static interface |
ObjectMatcher.Template<R,V> |
| Modifier and Type | Method and Description |
|---|---|
static <R> CriteriaCreator<R> |
creator() |
default R |
in(Iterable<? extends V> values) |
default R |
in(V v1,
V v2,
V... rest) |
default R |
is(V value) |
default R |
isNot(V value) |
default R |
notIn(Iterable<? extends V> values) |
default R |
notIn(V v1,
V v2,
V... rest) |
Copyright © 2020 The Immutables.org authors. All rights reserved.