arrow-fx-coroutines
1.0.3-alpha.1
common
arrow-fx-coroutines
/
arrow.fx.coroutines
/
Schedule
/
map
map
common
abstract
fun
<
B
>
map
(
f
:
(
Output
)
->
B
)
:
Schedule
<
Input
,
B
>
Content copied to clipboard
Changes the output of a schedule. Does not alter the decision of the schedule.