arrow-fx-coroutines
1.1.3-alpha.24
common
arrow-fx-coroutines
/
arrow.fx.coroutines
/
Schedule
/
contramap
contramap
common
abstract
fun
<
B
>
contramap
(
f
:
suspend
(
B
)
->
Input
)
:
Schedule
<
B
,
Output
>
Content copied to clipboard
Changes the input of the schedule. May alter a schedule's decision if it is based on input.