Skip to main content

class AsyncPrependIterator<T>

undocumented

Extends: AsyncFastIteratorBase<T>

Type parameters​

NameDescription
Tundocumented

Properties​

item​

undocumented

Definition​

readonly item: AsyncOptLazy<T>;

prependDone​

undocumented

Definition​

prependDone: boolean;

return​

undocumented

Definition​

return?: () => Promise<any>;

Overrides​

AsyncFastIteratorBase.return

source​

undocumented

Definition​

readonly source: AsyncFastIterator<T>;

Methods​

fastNext​

undocumented

Definition​

fastNext<O>(otherwise?: AsyncOptLazy<O>): MaybePromise<T | O>;

Type parameters​

NameDescription
O

Parameters​

NameTypeDescription
otherwiseAsyncOptLazy<O>

Overrides​

AsyncFastIteratorBase.fastNext

next​

undocumented

Definition​

next(): Promise<IteratorResult<T>>;

Overrides​

AsyncFastIteratorBase.next