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, any, any>

Methods

  • Returns IterableIterator<R, any, any>

  • Parameters

    • Rest...args: any[]

    Returns IteratorResult<R, any>