Uses of Interface
com.oracle.coherence.concurrent.executor.function.PortablePredicate
Packages that use PortablePredicate
Package
Description
Various predicates used by the Executor Service.
-
Uses of PortablePredicate in com.oracle.coherence.concurrent.executor.function
Classes in com.oracle.coherence.concurrent.executor.function that implement PortablePredicateModifier and TypeClassDescriptionstatic classAnPredicates.AlwaysPredicatereturns true for any value provided to thePredicate.test(Object)method.static classARemote.Predicateto compare a value usingObject.equals(Object).static classAnPredicates.IsValuePredicatereturns true when a providedResult.isValue().static classARemote.Predicatethat negates the result of anotherRemote.Predicate.static classAnPredicates.NeverPredicatereturns false for any value provided to thePredicate.test(Object)method.static classAnPredicates.NullValuePredicatereturnstruefor any value provided to thePredicate.test(Object)method that isnull.static classARemote.Predicateto determine if anTaskExecutorService.ExecutorInfohas a specificTaskExecutorService.Registration.Option.static classARemote.Predicatefor matching the name of aRole.static classAnPredicates.ThrowablePredicatereturns true when a providedResult.isThrowable().