Class Predicates.EqualToPredicate<T>

java.lang.Object
com.oracle.coherence.concurrent.executor.function.Predicates.EqualToPredicate<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.EqualToPredicate<T> extends Object implements PortablePredicate<T>
A Remote.Predicate to compare a value using Object.equals(Object).
See Also: