public interface Predicate<T>
T, i.e. functions from
T to boolean.static final Predicate<?> TRUE
true for all objects.static final Predicate<?> FALSE
false for all objects.boolean evaluate(T t)
t - some objectCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.