arrow-fx-coroutines / arrow.fx.coroutines / Schedule / contramap

contramap

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

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

Do you like Arrow?

Arrow Org
<