Skip to main content

class ZipWithIterator<I,R>

undocumented

Extends: FastIteratorBase<T>

Type parameters

NameConstraintsDescription
Ireadonly unknown[]undocumented
Rundocumented

Properties

iterables

undocumented

Definition

readonly iterables: {
    [K in keyof I]: StreamSource<I[K]>;
  };

sources

undocumented

Definition

readonly sources: FastIterator<any>[];

zipFun

undocumented

Definition

readonly zipFun: (...values: I) => R;

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