public static class Predicates.NotPredicate extends Predicates.AbstractPredicate
| Constructor and Description |
|---|
Predicates.NotPredicate() |
Predicates.NotPredicate(Predicate predicate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(MapEntry mapEntry) |
void |
readData(DataInput in) |
String |
toString() |
void |
writeData(DataOutput out) |
getRealObjectreadByteArray, readObject, writeByteArray, writeObjectpublic Predicates.NotPredicate(Predicate predicate)
public Predicates.NotPredicate()
public boolean apply(MapEntry mapEntry)
public void writeData(DataOutput out) throws IOException
IOExceptionpublic void readData(DataInput in) throws IOException
IOExceptionCopyright © 2013 Hazelcast, Inc.. All rights reserved.