E - the element Typepublic class FirstMatchingPredicate<E> extends Object implements Predicate<E>
| Constructor and Description |
|---|
FirstMatchingPredicate(Iterable<Predicate<E>> predicates) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(E element)
tests the predicate against the element
|
Copyright © 2016. All rights reserved.