Uses of Interface
com.oracle.coherence.concurrent.executor.function.PortablePredicate
-
Packages that use PortablePredicate Package Description com.oracle.coherence.concurrent.executor.function 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 PortablePredicate Modifier and Type Class Description static classPredicates.AlwaysPredicateAnPredicates.AlwaysPredicatereturns true for any value provided to thePredicate.test(Object)method.static classPredicates.EqualToPredicate<T>ARemote.Predicateto compare a value usingObject.equals(Object).static classPredicates.IsValuePredicate<T>AnPredicates.IsValuePredicatereturns true when a providedResult.isValue().static classPredicates.NegatePredicate<T>ARemote.Predicatethat negates the result of anotherRemote.Predicate.static classPredicates.NeverPredicateAnPredicates.NeverPredicatereturns false for any value provided to thePredicate.test(Object)method.static classPredicates.NullValuePredicateAnPredicates.NullValuePredicatereturnstruefor any value provided to thePredicate.test(Object)method that isnull.static classPredicates.OptionPredicateARemote.Predicateto determine if anTaskExecutorService.ExecutorInfohas a specificTaskExecutorService.Registration.Option.static classPredicates.RolePredicateARemote.Predicatefor matching the name of aRole.static classPredicates.ThrowablePredicate<T>AnPredicates.ThrowablePredicatereturns true when a providedResult.isThrowable().
-