Preparing search index...
The search index is not available
@szilanor/stream
@szilanor/stream
concatAsync
Function concatAsync
concat
Async
<
T
>
(
...
iterables
)
:
AsyncStream
<
T
>
Returns a Stream that yields elements of all Iterable parameters in order.
Type Parameters
T
Parameters
Rest
...
iterables
:
(
Iterable
<
T
>
|
AsyncIterable
<
T
>
)
[]
Returns
AsyncStream
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@szilanor/stream
Loading...
Returns a Stream that yields elements of all Iterable parameters in order.