Uses of Class
com.github.tonivade.purefun.typeclasses.ScheduleImpl
Packages that use ScheduleImpl
-
Uses of ScheduleImpl in com.github.tonivade.purefun.typeclasses
Methods in com.github.tonivade.purefun.typeclasses that return ScheduleImplModifier and TypeMethodDescriptionScheduleImpl.doAndThenEither(ScheduleImpl<F, T, A, C> other) private <T,C> ScheduleImpl <F, Tuple2<S, T>, A, C> ScheduleImpl.doCompose(ScheduleImpl<F, T, B, C> other) ScheduleImpl.doZip(ScheduleImpl<F, T, A, C> other) static <F extends Kind<F,?>, S, A, B>
ScheduleImpl<F, S, A, B> ScheduleImpl.of(MonadDefer<F> monad, Kind<F, S> initial, Schedule.Update<F, S, A> update, Schedule.Extract<A, S, B> extract) private ScheduleImpl<F, S, A, B> ScheduleImpl.updated(Function1<Schedule.Update<F, S, A>, Schedule.Update<F, S, A>> update) Methods in com.github.tonivade.purefun.typeclasses with parameters of type ScheduleImplModifier and TypeMethodDescriptionScheduleImpl.doAndThenEither(ScheduleImpl<F, T, A, C> other) private <T,C> ScheduleImpl <F, Tuple2<S, T>, A, C> ScheduleImpl.doCompose(ScheduleImpl<F, T, B, C> other) ScheduleImpl.doZip(ScheduleImpl<F, T, A, C> other) MonadError.repeat(Kind<F, A> value, ScheduleImpl<F, S, A, B> schedule, Function2<E, Option<B>, Kind<F, C>> orElse)