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