arrow-fx / arrow.fx.extensions / ScheduleContravariant / contramap
open fun <A, B> Kind<Conested<Kind<ForSchedule, F>, Output>, A>.contramap(f: (B) -> A): Kind<Conested<Kind<ForSchedule, F>, Output>, B>
open fun <A, B> Kind<Conested<Kind<
ForSchedule
, F>, Output>, A>.contramap(f: (B) -> A): Kind<Conested<Kind<
, F>, Output>, B>
Do you like Arrow?