T
- The type of the matched entity.@HashCodeAndEqualsPlugin.Enhance public class CollectionItemMatcher<T> extends ElementMatcher.Junction.ForNonNullValues<Iterable<? extends T>>
ElementMatcher.Junction.AbstractBase<V>, ElementMatcher.Junction.Conjunction<W>, ElementMatcher.Junction.Disjunction<W>, ElementMatcher.Junction.ForNonNullValues<W>
ElementMatcher.Junction<S>
Constructor and Description |
---|
CollectionItemMatcher(ElementMatcher<? super T> matcher)
Creates a new matcher that applies another matcher to each element of a matched iterable collection.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
doMatch(Iterable<? extends T> target)
Matches the supplied value if it was found not to be
null . |
String |
toString() |
matches
and, or
public CollectionItemMatcher(ElementMatcher<? super T> matcher)
matcher
- The element matcher to apply to each element of a iterable collection.protected boolean doMatch(Iterable<? extends T> target)
null
.doMatch
in class ElementMatcher.Junction.ForNonNullValues<Iterable<? extends T>>
target
- The instance to be matched.true
if the given element is matched by this matcher or false
otherwise.Copyright © 2014–2024. All rights reserved.