Uses of Class
com.oracle.coherence.concurrent.executor.function.Predicates.IsValuePredicate
Packages that use Predicates.IsValuePredicate
Package
Description
Various predicates used by the Executor Service.
-
Uses of Predicates.IsValuePredicate in com.oracle.coherence.concurrent.executor.function
Fields in com.oracle.coherence.concurrent.executor.function declared as Predicates.IsValuePredicateModifier and TypeFieldDescriptionprotected static final Predicates.IsValuePredicate
Predicates.IsValuePredicate.INSTANCE
A constant for thePredicates.IsValuePredicate
.Methods in com.oracle.coherence.concurrent.executor.function that return Predicates.IsValuePredicateModifier and TypeMethodDescriptionstatic <T> Predicates.IsValuePredicate
<T> Predicates.IsValuePredicate.get()
Obtains an instance of thePredicates.IsValuePredicate
.