Arrow
1.1.5
common
arrow-fx-coroutines
/
arrow.fx.coroutines
/
Schedule
/
contramap
contramap
abstract
fun
<
B
>
contramap
(
f
:
suspend
(
B
)
->
Input
)
:
Schedule
<
B
,
Output
>
(
source
)
Changes the input of the schedule. May alter a schedule's decision if it is based on input.