@Deprecated public class FilterPredicate<T> extends Predicate<T>
FALSE, TRUE
boolean
test(T t)
Object
Predicate
static <T> FilterPredicate<T>
toPredicate(Predicate<T> f)
and, falsePred, filter, isElementOf, not, or, truePred
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static <T> FilterPredicate<T> toPredicate(Predicate<T> f)
public boolean test(T t)
test
Predicate<T>