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.