Skip to main content

class FromPromise<T>

undocumented

Extends: AsyncFastIteratorBase<T>

Type parameters

NameDescription
Tundocumented

Properties

asyncStreamSourceHelpers

undocumented

Definition

readonly asyncStreamSourceHelpers: AsyncStreamSourceHelpers;

iterator

undocumented

Definition

iterator: AsyncFastIterator<T> | undefined;

promise

undocumented

Definition

readonly promise: () => Promise<AsyncStreamSource<T>>;

return

undocumented

Definition

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

Overrides

AsyncFastIteratorBase.return

Methods

fastNext

undocumented

Definition

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

Type parameters

NameDescription
O

Parameters

NameTypeDescription
otherwiseAsyncOptLazy<O>

Overrides

AsyncFastIteratorBase.fastNext

next

Returns a promise resolving to the next IteratorResult.

Definition

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

Overrides

AsyncFastIterator.next, AsyncFastIteratorBase.next