Class Predicates.AlwaysPredicate

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

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