Arrow
1.1.5
common
arrow-fx-coroutines
/
arrow.fx.coroutines
/
Schedule
/
map
map
abstract
fun
<
B
>
map
(
f
:
(
output
:
Output
)
->
B
)
:
Schedule
<
Input
,
B
>
(
source
)
Changes the output of a schedule. Does not alter the decision of the schedule.