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()
RecordFilterisMatch in interface RecordFilterCopyright © 2023 The Apache Software Foundation. All rights reserved.