toggle menu
coroutines
1.4.3
common
switch theme
search in API
coroutines
/
pro.respawn.kmmutils.coroutines
/
mapValues
map
Values
inline
fun
<
T
,
R
>
Flow
<
Iterable
<
T
>
>
.
mapValues
(
crossinline
transform
:
(
T
)
->
R
)
:
Flow
<
List
<
R
>
>
Maps values of each collection
this
flow emits.