arrow-fx / arrow.fx / Schedule / const
fun <B> const(b: B): Schedule<F, Input, B>
fun <B> const(b: B):
Schedule
<F, Input, B>
Change the result of a Schedule to always be b
Do you like Arrow?