Uses of Class
com.oracle.coherence.concurrent.executor.function.Predicates.IsValuePredicate
-
Packages that use Predicates.IsValuePredicate Package Description com.oracle.coherence.concurrent.executor.function 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.IsValuePredicate Modifier and Type Field Description protected static Predicates.IsValuePredicate
Predicates.IsValuePredicate. INSTANCE
A constant for thePredicates.IsValuePredicate
.Methods in com.oracle.coherence.concurrent.executor.function that return Predicates.IsValuePredicate Modifier and Type Method Description static <T> Predicates.IsValuePredicate<T>
Predicates.IsValuePredicate. get()
Obtains an instance of thePredicates.IsValuePredicate
.
-