Uses of Package
com.oracle.coherence.concurrent.executor.function
-
Packages that use com.oracle.coherence.concurrent.executor.function Package Description com.oracle.coherence.concurrent.executor.function Various predicates used by the Executor Service. -
Classes in com.oracle.coherence.concurrent.executor.function used by com.oracle.coherence.concurrent.executor.function Class Description PortablePredicate Represents a portableRemote.Predicate
(boolean-valued function) with a single argument; a convenience interface for an implementation with no properties that require serialization.Predicates.AlwaysPredicate AnPredicates.AlwaysPredicate
returns true for any value provided to thePredicate.test(Object)
method.Predicates.IsValuePredicate AnPredicates.IsValuePredicate
returns true when a providedResult.isValue()
.Predicates.NeverPredicate AnPredicates.NeverPredicate
returns false for any value provided to thePredicate.test(Object)
method.Predicates.NullValuePredicate AnPredicates.NullValuePredicate
returnstrue
for any value provided to thePredicate.test(Object)
method that isnull
.