abstract class AsyncFastIteratorBase<T>
undocumented
Extended by: AsyncDropWhileIterator<T>, FromIterator<T>, AsyncFilterPureIterator<T,A>, AsyncCollectIterator<T,R>, AsyncZipAllWithItererator<I,F,R>, AsyncConcatIterator<T>, AsyncPrependIterator<T>, AsyncOfIterator<T>, AsyncFilterIterator<T>, AsyncIndexedIterator<T>, AsyncRepeatIterator<T>, AsyncTransformerFastIterator<T,R>, AsyncMapIterator<T,T2>, AsyncReduceIterator<I,R>, AsyncZipWithIterator<I,R>, AsyncDropIterator<T>, AsyncAppendIterator<T>, AsyncUnfoldIterator<T>, AsyncMapPureIterator<T,A,T2>, FromResourceIterator<T,R>, FromPromise<T>, AsyncTakeIterator<T>
Type parameters
| Name | Description |
|---|---|
| T | undocumented |
Properties
Methods
fastNext
undocumented
fastNextDefinition
abstract fastNext<O>(otherwise?: AsyncOptLazy<O>): MaybePromise<T | O>;
Type parameters
| Name | Description |
|---|---|
| O |
Parameters
| Name | Type | Description |
|---|---|---|
otherwise | AsyncOptLazy<O> |