public class And<A> extends Object implements Predicate<A>
And(Iterable<? extends Predicate<A>> ps)
boolean
test(A a)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
and, isEqual, negate, or
public And(Iterable<? extends Predicate<A>> ps)
public boolean test(A a)
test
Predicate<A>
Copyright © 2021 org.pitest. All rights reserved.