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 class
AnPredicates.AlwaysPredicate
returns true for any value provided to thePredicate.test(Object)
method.static class
ARemote.Predicate
to compare a value usingObject.equals(Object)
.static class
AnPredicates.IsValuePredicate
returns true when a providedResult.isValue()
.static class
ARemote.Predicate
that negates the result of anotherRemote.Predicate
.static class
AnPredicates.NeverPredicate
returns false for any value provided to thePredicate.test(Object)
method.static class
AnPredicates.NullValuePredicate
returnstrue
for any value provided to thePredicate.test(Object)
method that isnull
.static class
ARemote.Predicate
to determine if anTaskExecutorService.ExecutorInfo
has a specificTaskExecutorService.Registration.Option
.static class
ARemote.Predicate
for matching the name of aRole
.static class
AnPredicates.ThrowablePredicate
returns true when a providedResult.isThrowable()
.