public class MatchesCondition extends KeyValueEqualsCondition
| Constructor and Description |
|---|
MatchesCondition(java.lang.String key,
boolean keyRegex,
java.lang.String value,
boolean valueRegex) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(StateObj input) |
java.lang.String |
toString() |
getKey, getValuepublic MatchesCondition(java.lang.String key,
boolean keyRegex,
java.lang.String value,
boolean valueRegex)
public boolean apply(StateObj input)
apply in interface com.google.common.base.Predicate<StateObj>apply in class KeyValueEqualsConditionpublic java.lang.String toString()
toString in class KeyValueEqualsCondition