Interface ScheduleOf<F extends Kind<F,?>,A,B>
- All Known Subinterfaces:
Schedule<F,A, B>
- All Known Implementing Classes:
ScheduleImpl
@Generated("com.github.tonivade.purefun.processor.HigherKindProcessor")
public sealed interface ScheduleOf<F extends Kind<F,?>,A,B>
extends Kind<Schedule<F,A,?>,B>
permits Schedule<F,A,B>
-
Method Summary
Static Methods
-
Method Details
-
toSchedule
-