Skip to main content

class MapPureIterator<T,A,T2>

undocumented

Extends: FastIteratorBase<T>

Type parameters

NameConstraintsDescription
Tundocumented
Areadonly unknown[]undocumented
T2undocumented

Properties

args

undocumented

Definition

readonly args: A;

mapFun

undocumented

Definition

readonly mapFun: (value: T, ...args: A) => T2;

source

undocumented

Definition

readonly source: FastIterator<T>;

Methods

fastNext

undocumented

Definition

fastNext<O>(otherwise?: OptLazy<O>): T2 | O;

Type parameters

NameDescription
O

Parameters

NameTypeDescription
otherwiseOptLazy<O>

Overrides

FastIteratorBase.fastNext

next

Returns the next IteratorResult.

Definition

next(): IteratorResult<T>;

Overrides

FastIterator.next, FastIteratorBase.next