public class MatchesPredicate extends ExpressionPredicate
| Constructor and Description |
|---|
MatchesPredicate(PropertyFunction<String> property,
String regexp) |
MatchesPredicate(PropertyFunction<String> property,
Variable variable) |
| Modifier and Type | Method and Description |
|---|---|
PropertyFunction<String> |
property() |
String |
regexp() |
boolean |
test(Composite item) |
String |
toString() |
Object |
value() |
public MatchesPredicate(PropertyFunction<String> property, String regexp)
public MatchesPredicate(PropertyFunction<String> property, Variable variable)