arrow-fx / arrow.fx / Schedule / unit
fun unit(): Schedule<F, Input, Unit>fun <F, A> unit(M: Monad<F>): Schedule<F, A, Unit>
fun unit():
Schedule
<F, Input,
Unit
>
fun <F, A> unit(M: Monad<F>):
<F, A,
Creates a schedule that continues without delay and always returns Unit
Do you like Arrow?