Pass filter

library operator
ID: f067303c-7170-438d-a461-fc5928716dc5
Filters a stream letting items pass only if given boolean pass is true.

Implementation

The implementation of Pass filter makes use of the following 1 operators.

1
Filters generic items of a stream, using a filter delegate as decider.

Used in

The Pass filter operator is used by 1 operators.

Reads a file, deserializes each line and emits one item per line.