public class NotFilter extends Object implements RecordPathFilter
| Modifier and Type | Field and Description |
|---|---|
private RecordPathFilter |
filter |
| Constructor and Description |
|---|
NotFilter(RecordPathFilter filter) |
| Modifier and Type | Method and Description |
|---|---|
Stream<FieldValue> |
filter(RecordPathEvaluationContext context,
boolean invert) |
Stream<FieldValue> |
mapToBoolean(RecordPathEvaluationContext context) |
private final RecordPathFilter filter
public NotFilter(RecordPathFilter filter)
public Stream<FieldValue> filter(RecordPathEvaluationContext context, boolean invert)
filter in interface RecordPathFilterpublic Stream<FieldValue> mapToBoolean(RecordPathEvaluationContext context)
mapToBoolean in interface RecordPathFilterCopyright © 2023 Apache NiFi Project. All rights reserved.