docs
common
docs
/
dev.inmo.tgbotapi.extensions.utils
/
flatMap
flat
Map
common
fun
<
T
>
Flow
<
Iterable
<
T
>
>
.
flatMap
(
)
:
Flow
<
T
>
Content copied to clipboard
fun
<
T
,
R
>
Flow
<
T
>
.
flatMap
(
mapper
:
(
T
)
->
Iterable
<
R
>
)
:
Flow
<
R
>
Content copied to clipboard