toggle menu
mobiuskt
1.3.1-SNAPSHOT
common
switch theme
search in API
mobiuskt-coroutines
/
kt.mobius.flow
/
transform
transform
fun
<
I
,
O
>
Flow
<
I
>
.
transform
(
connectable
:
Connectable
<
I
,
O
>
)
:
Flow
<
O
>
Transforms a
Flow
of
I
into a
Flow
of
O
using the provided
Connectable
.