fx-flow v0.7.0 / types / AsyncIterableIterator
Interface: AsyncIterableIterator<T>
Extends
Type parameters
• T
Methods
[asyncIterator]
()
[asyncIterator]():
AsyncIterableIterator
<T
>
Returns
Source
node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts:42
next()
next(...
args
):Promise
<IteratorResult
<T
,any
>>
Parameters
• ...args: [] | [undefined
]
Returns
Promise
<IteratorResult
<T
, any
>>
Inherited from
Source
node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts:32
return()?
optional
return(value
?):Promise
<IteratorResult
<T
,any
>>
Parameters
• value?: any
Returns
Promise
<IteratorResult
<T
, any
>>
Inherited from
Source
node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts:33
throw()?
optional
throw(e
?):Promise
<IteratorResult
<T
,any
>>
Parameters
• e?: any
Returns
Promise
<IteratorResult
<T
, any
>>
Inherited from
Source
node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts:34