mobiuskt
Toggle table of contents
1.4.0-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
mobiuskt
mobiuskt-extras
/
kt.mobius.extras
/
mapped
mapped
inline
fun
<
I
,
O
,
II
,
OO
>
Connectable
<
II
,
OO
>
.
mapped
(
noinline
mapEffect
:
(
I
)
->
II
?
=
{ it as? II }
,
noinline
mapEvent
:
(
OO
)
->
O
?
=
{ it as? O }
)
:
Connectable
<
I
,
O
>