An iterator that takes an input Iterator and maps it's values to the type R.

Type Parameters

  • T
  • R

Implements

  • IterableIterator<R>

Constructors

Properties

Methods

Constructors

Properties

iteratee: Iteratee<T, R>
iterator: Iterator<T>

Methods

  • Parameters

    • ...args: any[]

    Returns IteratorResult<R>