arrow-fx / arrow.fx / Schedule / contramap
abstract fun <B> contramap(f: (B) -> Input): Schedule<F, B, Output>
abstract fun <B> contramap(f: (B) -> Input):
Schedule
<F, B, Output>
Change the input of the schedule. May alter a schedules decision if it is based on input.
Do you like Arrow?