public interface MatchIdPredicateContext extends SearchPredicateTerminalContext
| Modifier and Type | Method and Description |
|---|---|
MatchIdPredicateContext |
matching(Object value)
Target the identifier with the given id.
|
default MatchIdPredicateContext |
matchingAny(Collection<Object> values)
Target the identifiers matching any of the values in a collection.
|
toPredicateMatchIdPredicateContext matching(Object value)
If used multiple times, it will target any of the specified values.
value - the value of the id we want to match.this for method chaining.matchingAny(Collection)default MatchIdPredicateContext matchingAny(Collection<Object> values)
values - the collection of identifiers to match.this for method chaining.Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.