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.AlwaysPredicatereturns true for any value provided to thePredicate.test(Object)method.AnPredicates.IsValuePredicatereturns true when a providedResult.isValue().AnPredicates.NeverPredicatereturns false for any value provided to thePredicate.test(Object)method.AnPredicates.NullValuePredicatereturnstruefor any value provided to thePredicate.test(Object)method that isnull.