arrow-fx / arrow.fx.extensions / ScheduleApplicative / just
open fun <A> just(a: A): Kind<SchedulePartialOf<F, Input>, A>
open fun <A> just(a: A): Kind<
SchedulePartialOf
<F, Input>, A>
Do you like Arrow?