Skip to main content

class MapIterator_2<T,T2>

undocumented

Extends: FastIteratorBase<T>

Type parameters​

NameDescription
Tundocumented
T2undocumented

Properties​

mapFun​

undocumented

Definition​

readonly mapFun: (value: T, index: number) => T2;

source​

undocumented

Definition​

readonly source: FastIterator<T>;

state​

undocumented

Definition​

readonly state: TraverseState;

Methods​

fastNext​

undocumented

Definition​

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

Type parameters​

NameDescription
O

Parameters​

NameTypeDescription
otherwiseOptLazy<O>

Overrides​

FastIteratorBase.fastNext

next​

undocumented

Definition​

next(): IteratorResult<T>;

Overrides​

FastIteratorBase.next