public class NotExpression extends Object implements FilterExpression
| Constructor and Description |
|---|
NotExpression(FilterExpression operand) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(Map<String,String> map)
Evaluate the filter expression.
|
public NotExpression(FilterExpression operand)
public boolean matches(Map<String,String> map)
FilterExpressionmatches in interface FilterExpressionmap - the data on which the filter expression is evaluatedCopyright © The Apache Software Foundation. All Rights Reserved.