public static class Predicates.RegexPredicate extends Predicates.AbstractPredicate
| Constructor and Description |
|---|
Predicates.RegexPredicate() |
Predicates.RegexPredicate(Expression<String> first,
String regex) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(MapEntry entry) |
void |
readData(DataInput in) |
String |
toString() |
void |
writeData(DataOutput out) |
getRealObjectpublic Predicates.RegexPredicate()
public Predicates.RegexPredicate(Expression<String> first, String regex)
public boolean apply(MapEntry entry)
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.