docs
/
dev.inmo.tgbotapi.extensions.utils
/
flatMap
common
flat
Map
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