Uses of Class
com.oracle.coherence.concurrent.executor.function.Predicates.NullValuePredicate
-
Packages that use Predicates.NullValuePredicate Package Description com.oracle.coherence.concurrent.executor.function Various predicates used by the Executor Service. -
-
Uses of Predicates.NullValuePredicate in com.oracle.coherence.concurrent.executor.function
Fields in com.oracle.coherence.concurrent.executor.function declared as Predicates.NullValuePredicate Modifier and Type Field Description protected static Predicates.NullValuePredicate
Predicates.NullValuePredicate. INSTANCE
A constant for thePredicates.NullValuePredicate
.Methods in com.oracle.coherence.concurrent.executor.function that return Predicates.NullValuePredicate Modifier and Type Method Description static Predicates.NullValuePredicate
Predicates.NullValuePredicate. get()
Obtains an instance of thePredicates.NullValuePredicate
.
-