toggle menu
mobiuskt
1.3.1-SNAPSHOT
common
switch theme
search in API
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
>