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