Class Predicates.IsValuePredicate<T>

java.lang.Object
com.oracle.coherence.concurrent.executor.function.Predicates.IsValuePredicate<T>
Type Parameters:
T - the type of the Result being tested
All Implemented Interfaces:
PortablePredicate<Result<T>>, PortableObject, Remote.Predicate<Result<T>>, Serializable, Predicate<Result<T>>
Enclosing class:
Predicates

public static class Predicates.IsValuePredicate<T> extends Object implements PortablePredicate<Result<T>>
An Predicates.IsValuePredicate returns true when a provided Result.isValue().
See Also: