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