Structsยง
- Filter
Map FilterMap
creates an iterator that usesfilter_op
to both filter and map elements. This struct is created by thefilter_map()
method onParallelIterator
.- Filter
MapConsumer ๐ - Filter
MapFolder ๐
FilterMap
creates an iterator that uses filter_op
to both filter and map elements.
This struct is created by the filter_map()
method on ParallelIterator
.