Skip to main content

class MapApplyIterator<T,A,R>

undocumented

Extends: FastIteratorBase<T>

Type parameters

NameConstraintsDescription
Treadonly unknown[]undocumented
Areadonly unknown[]undocumented
Rundocumented

Properties

args

undocumented

Definition

readonly args: A;

f

undocumented

Definition

readonly f: (...args: [...T, ...A]) => R;

iter

undocumented

Definition

iter: FastIterator<T>;

Methods

fastNext

undocumented

Definition

fastNext<O>(otherwise?: OptLazy<O>): R | 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