N - The type of the next step.public interface MatchIdPredicateMatchingStep<N extends MatchIdPredicateMatchingMoreStep<?,?>>
| Modifier and Type | Method and Description |
|---|---|
N |
matching(Object value)
Target the identifier with the given id.
|
default N |
matchingAny(Collection<?> values)
Target the identifiers matching any of the values in a collection.
|
N 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.matchingAny(Collection)default N matchingAny(Collection<?> values)
values - the collection of identifiers to match.Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.