contramap

abstract fun <B> contramap(f: suspend (B) -> Input): Schedule<B, Output>(source)

Changes the input of the schedule. May alter a schedule's decision if it is based on input.