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
A
Remote.Predicate to compare a value using Object.equals(Object).- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructs aPredicates.EqualToPredicate(required for serialization).EqualToPredicate(T value) Constructs anPredicates.EqualToPredicate. -
Method Summary
Modifier and TypeMethodDescriptionvoidRestore the contents of a user type instance by reading its state using the specified PofReader object.booleanvoidwriteExternal(PofWriter out) Save the contents of a POF user type instance by writing its state using the specified PofWriter object.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.tangosol.util.function.Remote.Predicate
and, negate, or
-
Field Details
-
m_value
The value to compare.
-
-
Constructor Details
-
EqualToPredicate
public EqualToPredicate()Constructs aPredicates.EqualToPredicate(required for serialization). -
EqualToPredicate
Constructs anPredicates.EqualToPredicate.- Parameters:
value- the value being compared
-
-
Method Details
-
test
-
readExternal
Description copied from interface:PortableObjectRestore the contents of a user type instance by reading its state using the specified PofReader object.- Specified by:
readExternalin interfacePortableObject- Specified by:
readExternalin interfacePortablePredicate<T>- Parameters:
in- the PofReader from which to read the object's state- Throws:
IOException- if an I/O error occurs
-
writeExternal
Description copied from interface:PortableObjectSave the contents of a POF user type instance by writing its state using the specified PofWriter object.- Specified by:
writeExternalin interfacePortableObject- Specified by:
writeExternalin interfacePortablePredicate<T>- Parameters:
out- the PofWriter to which to write the object's state- Throws:
IOException- if an I/O error occurs
-