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