Skip to main content

class ConcatIterator<T>

undocumented

Extends: FastIteratorBase<T>

Type parameters

NameDescription
Tundocumented

Properties

iterator

undocumented

Definition

iterator: FastIterator<T>;

otherSources

undocumented

Definition

readonly otherSources: StreamSource<T>[];

source

undocumented

Definition

readonly source: Stream<T>;

sourceIndex

undocumented

Definition

sourceIndex: number;

streamSourceHelpers

undocumented

Definition

readonly streamSourceHelpers: StreamSourceHelpers;

Methods

fastNext

undocumented

Definition

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