Structsยง
- Filter
Filter
takes a predicatefilter_op
and filters out elements that match. This struct is created by thefilter()
method onParallelIterator
- Filter
Consumer ๐ - Filter
Folder ๐
Filter
takes a predicate filter_op
and filters out elements that match.
This struct is created by the filter()
method on ParallelIterator