arrow-fx / arrow.fx.extensions / ScheduleCategory
interface ~~ScheduleCategory~~<F> : Category<Kind<
ForSchedule
, F>>
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/
compose | open fun <A, B, C> Kind2<Kind< ForSchedule , F>, B, C>.compose(arr: Kind2<Kind< ForSchedule , F>, A, B>): Kind2<Kind< ForSchedule , F>, A, C> |
id | open fun <A> id(): Kind2<Kind< ForSchedule , F>, A, A> |
MM | abstract fun MM(): Monad<F> |
Do you like Arrow?
✖