Uses of Class
com.oracle.coherence.concurrent.executor.function.Predicates.NeverPredicate
Packages that use Predicates.NeverPredicate
Package
Description
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.NeverPredicateModifier and TypeFieldDescriptionprotected static final Predicates.NeverPredicate
Predicates.NeverPredicate.INSTANCE
A constant for thePredicates.NeverPredicate
.Methods in com.oracle.coherence.concurrent.executor.function that return Predicates.NeverPredicateModifier and TypeMethodDescriptionstatic Predicates.NeverPredicate
Predicates.NeverPredicate.get()
Obtains an instance of thePredicates.NeverPredicate
.