public final class AndRecordFilter extends Object implements RecordFilter
| Modifier and Type | Method and Description |
|---|---|
static UnboundRecordFilter |
and(UnboundRecordFilter filter1,
UnboundRecordFilter filter2)
Returns builder for creating an and filter.
|
boolean |
isMatch()
Works out whether the current record can pass through the filter.
|
public static final UnboundRecordFilter and(UnboundRecordFilter filter1, UnboundRecordFilter filter2)
filter1 - The first filter to check.filter2 - The second filter to check.public boolean isMatch()
RecordFilterisMatch in interface RecordFilterCopyright © 2019 The Apache Software Foundation. All rights reserved.