Class Predicates.NullValuePredicate
java.lang.Object
com.oracle.coherence.concurrent.executor.function.Predicates.NullValuePredicate
- All Implemented Interfaces:
PortablePredicate
,PortableObject
,Remote.Predicate
,Serializable
,Predicate
- Enclosing class:
Predicates
An
Predicates.NullValuePredicate
returns true
for any value provided to the Predicate.test(Object)
method that is null
.- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final Predicates.NullValuePredicate
A constant for thePredicates.NullValuePredicate
. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget()
Obtains an instance of thePredicates.NullValuePredicate
.boolean
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.oracle.coherence.concurrent.executor.function.PortablePredicate
readExternal, writeExternal
Methods inherited from interface com.tangosol.util.function.Remote.Predicate
and, negate, or
-
Field Details
-
INSTANCE
A constant for thePredicates.NullValuePredicate
.
-
-
Constructor Details
-
NullValuePredicate
public NullValuePredicate()Constructs aPredicates.NullValuePredicate
(required for serialization).
-
-
Method Details
-
test
-
get
Obtains an instance of thePredicates.NullValuePredicate
.- Returns:
- a
Predicates.NullValuePredicate
-