arrow-fx / arrow.fx.extensions / ScheduleContravariant
interface ~~ScheduleContravariant~~<F, Output> : Contravariant<Conested<Kind<
ForSchedule
, F>, Output>>
Deprecated: The IO datatype and it’s related type classes will disappear in Arrow 0.13.0. All useful operations are offered directly over suspend functions by Arrow Fx Coroutines. https://arrow-kt.io/docs/fx/async/
contramap | open fun <A, B> Kind<Conested<Kind< ForSchedule , F>, Output>, A>.contramap(f: (B) -> A): Kind<Conested<Kind< ForSchedule , F>, Output>, B> |
contramapC | open fun <A, B> Kind< SchedulePartialOf <F, A>, Output>.contramapC(f: (B) -> A): Kind< SchedulePartialOf <F, B>, Output> |
Do you like Arrow?
✖