E
public class AllMatchingPredicate<E> extends Object implements Predicate<E>
AllMatchingPredicate(Iterable<Predicate<E>> predicates)
boolean
test(E element)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
and, isEqual, negate, or
public AllMatchingPredicate(Iterable<Predicate<E>> predicates)
public boolean test(E element)
test
Predicate<E>
Copyright © 2017. All rights reserved.