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