public class MatchingUtil extends Object
| Constructor and Description |
|---|
MatchingUtil() |
| Modifier and Type | Method and Description |
|---|---|
static <T> boolean |
containsMatch(Collection<T> selectorCollection,
Predicate<T> matchingFunction) |
public static <T> boolean containsMatch(Collection<T> selectorCollection, Predicate<T> matchingFunction)
Copyright © 2018. All rights reserved.