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