map

fun <A> map(transform: suspend (output: Output) -> A): Schedule<Input, A>(source)

Transforms every Output'ed value of this schedule using transform.