Class Predicates.NeverPredicate

java.lang.Object
com.oracle.coherence.concurrent.executor.function.Predicates.NeverPredicate
All Implemented Interfaces:
PortablePredicate, PortableObject, Remote.Predicate, Serializable, Predicate
Enclosing class:
Predicates

public static class Predicates.NeverPredicate extends Object implements PortablePredicate
An Predicates.NeverPredicate returns false for any value provided to the Predicate.test(Object) method.
See Also: