AppleSauce
Preparing search index...
applesauce-loaders
Operators
concatGeneratorMap
Function concatGeneratorMap
concatGeneratorMap
<
Input
,
Result
>
(
createGenerator
:
(
value
:
Input
,
)
=>
|
Generator
<
Result
|
Observable
<
Result
>
,
void
,
Result
[]
>
|
AsyncGenerator
<
Result
|
Observable
<
Result
>
,
void
,
Result
[]
>
,
)
:
OperatorFunction
<
Input
,
Result
>
Runs a generator for each value in sequence waiting for each to complete before running the next
Type Parameters
Input
Result
Parameters
createGenerator
:
(
value
:
Input
,
)
=>
|
Generator
<
Result
|
Observable
<
Result
>
,
void
,
Result
[]
>
|
AsyncGenerator
<
Result
|
Observable
<
Result
>
,
void
,
Result
[]
>
Returns
OperatorFunction
<
Input
,
Result
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
AppleSauce
Loading...
Runs a generator for each value in sequence waiting for each to complete before running the next