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) |
getRealObjectpublic 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
IOExceptionpublic String toString()
Copyright © 2008-2013 Hazelcast, Inc. All Rights Reserved.