public class Filtersection<T> extends Predicate<T>
FALSE, TRUE
Filtersection(Predicate<T> a, Predicate<T> b)
boolean
test(T o)
Object
Predicate
and, falsePred, filter, isElementOf, not, or, truePred
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Filtersection(Predicate<T> a, Predicate<T> b)
public boolean test(T o)
test
Predicate<T>