Uses of Interface
com.github.tonivade.purefun.typeclasses.Schedule.Update
Packages that use Schedule.Update
-
Uses of Schedule.Update in com.github.tonivade.purefun.typeclasses
Classes in com.github.tonivade.purefun.typeclasses that implement Schedule.UpdateModifier and TypeClassDescription(package private) final classScheduleImpl<F extends Kind<F,?>, S, A, B> Fields in com.github.tonivade.purefun.typeclasses declared as Schedule.UpdateMethods in com.github.tonivade.purefun.typeclasses with parameters of type Schedule.UpdateModifier and TypeMethodDescriptionstatic <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) Method parameters in com.github.tonivade.purefun.typeclasses with type arguments of type Schedule.UpdateModifier and TypeMethodDescriptionprivate ScheduleImpl<F, S, A, B> ScheduleImpl.updated(Function1<Schedule.Update<F, S, A>, Schedule.Update<F, S, A>> update) private ScheduleImpl<F, S, A, B> ScheduleImpl.updated(Function1<Schedule.Update<F, S, A>, Schedule.Update<F, S, A>> update) Constructors in com.github.tonivade.purefun.typeclasses with parameters of type Schedule.UpdateModifierConstructorDescriptionprivateScheduleImpl(MonadDefer<F> monad, Kind<F, S> initial, Schedule.Update<F, S, A> update, Schedule.Extract<A, S, B> extract)