toggle menu
FlowExt
common
switch theme
search in API
FlowExt
/
com.hoc081098.flowext
/
mapToUnit
map
To
Unit
inline
fun
<
T
>
Flow
<
T
>
.
mapToUnit
(
)
:
Flow
<
Unit
>
(
source
)
Emits
kotlin.Unit
value on the output Flow every time the source Flow emits a value.