|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NullIsTruePredicate | |
---|---|
net.sf.collections15.functors.predicate |
This package provides implementations and a utility library for the
Predicate interface. |
Uses of NullIsTruePredicate in net.sf.collections15.functors.predicate |
---|
Methods in net.sf.collections15.functors.predicate that return NullIsTruePredicate | ||
---|---|---|
static
|
NullIsTruePredicate.getInstance(Predicate<? super E> predicate)
Returns an instance whose evaluate(E) method evaluates to
true if the input is null , and otherwise
delegates to the decorated Predicate . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |