Class: MappingIterator

asynciterator~MappingIterator()

An iterator that synchronously transforms every item from its source by applying a mapping function.

Constructor

new MappingIterator()

Applies the given mapping to the source iterator.

Extends

  • module:asynciterator.AsyncIterator