E - the element Typepublic class AllMatchingPredicate<E> extends Object implements Predicate<E>
| Constructor and Description |
|---|
AllMatchingPredicate(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.