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