public abstract class FunctionFilter extends Object implements RecordPathFilter
| Modifier and Type | Field and Description |
|---|---|
private RecordPathSegment |
recordPath |
| Modifier | Constructor and Description |
|---|---|
protected |
FunctionFilter(RecordPathSegment recordPath) |
| Modifier and Type | Method and Description |
|---|---|
Stream<FieldValue> |
filter(RecordPathEvaluationContext context,
boolean invert) |
Stream<FieldValue> |
mapToBoolean(RecordPathEvaluationContext context) |
protected abstract boolean |
test(FieldValue fieldValue,
RecordPathEvaluationContext context) |
private final RecordPathSegment recordPath
protected FunctionFilter(RecordPathSegment recordPath)
public Stream<FieldValue> filter(RecordPathEvaluationContext context, boolean invert)
filter in interface RecordPathFilterpublic Stream<FieldValue> mapToBoolean(RecordPathEvaluationContext context)
mapToBoolean in interface RecordPathFilterprotected abstract boolean test(FieldValue fieldValue, RecordPathEvaluationContext context)
Copyright © 2023 Apache NiFi Project. All rights reserved.