contramap

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

Transform the Schedule by mapping the Input's.