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