interface AsyncFastIterator<T>
An asynchronous iterator that extends the default AsyncIterator
interface with methods for improved performance.
Type parameters
Name | Description |
---|---|
T | the element type |
Methods
fastNext
Returns the next iterator value asynchronously, or the given otherwise
AsyncOptLazy
value instead.
fastNext
otherwise
AsyncOptLazy
value instead.next
Returns a promise resolving to the next IteratorResult
.
next
IteratorResult
.