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