toggle menu
mobiuskt
1.3.1-SNAPSHOT
common
switch theme
search in API
mobiuskt-coroutines
/
kt.mobius.flow
/
flowConnectable
flow
Connectable
fun
<
I
,
O
>
flowConnectable
(
transform
:
FlowTransformer
<
I
,
O
>
)
:
Connectable
<
I
,
O
>
Constructs a
Connectable
that applies
transform
to map a
Flow
of
I
into a
Flow
of
O
.