public final class NotRecordFilter 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 |
not(UnboundRecordFilter filter)
Returns builder for creating an and filter.
|
public static final UnboundRecordFilter not(UnboundRecordFilter filter)
filter
- The filter to invert.public boolean isMatch()
RecordFilter
isMatch
in interface RecordFilter
Copyright © 2015. All rights reserved.