public abstract static class Predicates.AbstractPredicate<T> extends Object implements Predicate<T>
| Constructor and Description | 
|---|
AbstractPredicate()  | 
| Modifier and Type | Method and Description | 
|---|---|
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.