public class AndExpression extends Object implements FilterExpression
| Constructor and Description |
|---|
AndExpression(FilterExpression[] operands) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(Map<String,String> map)
Evaluate the filter expression.
|
public AndExpression(FilterExpression[] operands)
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.