Class Predicates.NegatePredicate<T>

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

public static class Predicates.NegatePredicate<T> extends Object implements PortablePredicate<T>
A Remote.Predicate that negates the result of another Remote.Predicate.
See Also: