net.sf.staccatocommons.lang.predicate
Class AbstractPredicate2.NullSafePredicate2
java.lang.Object
net.sf.staccatocommons.lang.predicate.AbstractPredicate2<A,B>
net.sf.staccatocommons.lang.predicate.AbstractPredicate2.NullSafePredicate2
- All Implemented Interfaces:
- Applicable<A,Predicate<B>>, Applicable2<A,B,Boolean>, Evaluable2<A,B>, NullSafeAware<Predicate2<A,B>>, Predicate2<A,B>
- Enclosing class:
- AbstractPredicate2<A,B>
protected final class AbstractPredicate2.NullSafePredicate2
- extends AbstractPredicate2<A,B>
- Author:
- flbulgarelli
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractPredicate2.NullSafePredicate2
protected AbstractPredicate2.NullSafePredicate2()
eval
public boolean eval(A arg0,
B arg1)
nullSafe
public Predicate2<A,B> nullSafe()
- Specified by:
nullSafe in interface NullSafeAware<Predicate2<A,B>>- Specified by:
nullSafe in interface Predicate2<A,B>- Overrides:
nullSafe in class AbstractPredicate2<A,B>