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>,com.tangosol.io.pof.PortableObject,com.tangosol.util.function.Remote.Predicate<T>,Serializable,Predicate<T>
- Enclosing class:
- Predicates
public static class Predicates.NegatePredicate<T> extends Object implements PortablePredicate<T>
ARemote.Predicatethat negates the result of anotherRemote.Predicate.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NegatePredicate()Constructs aPredicates.NegatePredicate(required for serialization).NegatePredicate(com.tangosol.util.function.Remote.Predicate<T> predicate)Constructs aPredicates.NegatePredicate.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidreadExternal(com.tangosol.io.pof.PofReader in)booleantest(T t)voidwriteExternal(com.tangosol.io.pof.PofWriter out)
-
-
-
Constructor Detail
-
NegatePredicate
public NegatePredicate()
Constructs aPredicates.NegatePredicate(required for serialization).
-
NegatePredicate
public NegatePredicate(com.tangosol.util.function.Remote.Predicate<T> predicate)
Constructs aPredicates.NegatePredicate.- Parameters:
predicate- theRemote.Predicateto negate
-
-
Method Detail
-
readExternal
public void readExternal(com.tangosol.io.pof.PofReader in) throws IOException- Specified by:
readExternalin interfacecom.tangosol.io.pof.PortableObject- Specified by:
readExternalin interfacePortablePredicate<T>- Throws:
IOException
-
writeExternal
public void writeExternal(com.tangosol.io.pof.PofWriter out) throws IOException- Specified by:
writeExternalin interfacecom.tangosol.io.pof.PortableObject- Specified by:
writeExternalin interfacePortablePredicate<T>- Throws:
IOException
-
-