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