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.NeverPredicatePredicates.NeverPredicate. INSTANCEA constant for thePredicates.NeverPredicate.Methods in com.oracle.coherence.concurrent.executor.function that return Predicates.NeverPredicate Modifier and Type Method Description static Predicates.NeverPredicatePredicates.NeverPredicate. get()Obtains an instance of thePredicates.NeverPredicate.
-