public final class NotNullPredicate extends java.lang.Object implements Predicate, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static Predicate |
INSTANCE
Singleton predicate instance
|
Modifier and Type | Method and Description |
---|---|
boolean |
evaluate(java.lang.Object object)
Evaluates the predicate returning true if the object does not equal null.
|
static Predicate |
getInstance()
Factory returning the singleton instance.
|
Copyright © 2010 - 2020 Adobe. All Rights Reserved