public interface Predicate<T>
Based on java.util.functions.Predicate.
java.util.functions.Predicate
Predicate<T>
and(Predicate<? super T> p)
negate()
or(Predicate<? super T> p)
boolean
test(T t)
xor(Predicate<? super T> p)
boolean test(T t)
Predicate<T> and(Predicate<? super T> p)
Predicate<T> negate()
Predicate<T> or(Predicate<? super T> p)
Predicate<T> xor(Predicate<? super T> p)
Copyright © 2012-2014 Julian Hyde. All Rights Reserved.