@szilanor/stream
Preparing search index...
concatAsync
Function concatAsync
concatAsync
<
T
>
(
...
iterables
:
(
Iterable
<
T
,
any
,
any
>
|
AsyncIterable
<
T
,
any
,
any
>
)
[]
,
)
:
AsyncStream
<
T
>
Returns a Stream that yields elements of all Iterable parameters in order.
Type Parameters
T
Parameters
...
iterables
: (
Iterable
<
T
,
any
,
any
>
|
AsyncIterable
<
T
,
any
,
any
>
)
[]
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.