Constructor
new MappingIterator()
Applies the given mapping to the source iterator.
Extends
- module:asynciterator.AsyncIterator
An iterator that synchronously transforms every item from its source by applying a mapping function.
Applies the given mapping to the source iterator.