arrow-fx / arrow.fx.extensions / ScheduleSemigroup
interface ~~ScheduleSemigroup~~<F, Input, Output> : Semigroup<
Schedule
<F, Input, 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/
combine | open fun Schedule <F, Input, Output>.combine(b: Schedule <F, Input, Output>): Schedule <F, Input, Output> |
OI | abstract fun OI(): Semigroup<Output> |
ScheduleMonoid | interface ~~ScheduleMonoid~~<F, Input, Output> : Monoid< Schedule <F, Input, Output>>, ScheduleSemigroup <F, Input, Output> |
Do you like Arrow?
✖