Transform an iterator by applying a map and/or filter function to each item in the iterator. The map and filter functions are applied in the order they are specified
Iterator to transform
Transformer object containing the filter and/or map functions
Transformed iterator
Transform an iterator by applying a map and/or filter function to each item in the iterator. The map and filter functions are applied in the order they are specified