oolong
2.1.2-SNAPSHOT
oolong
/
oolong.dispatch
/
contramap
contramap
fun
<
A
,
B
>
contramap
(
dispatch
:
Dispatch
<
A
>
,
f
:
(
B
)
->
A
)
:
Dispatch
<
B
>
Content copied to clipboard
Contramap from
Dispatch
of
A
to
Dispatch
of
B
See:
https://oolong-kt.org/recipes/navigation/