arrow-fx / arrow.fx / Schedule / forever

forever

abstract fun forever(): Schedule<F, Input, Output>

Always retry a schedule regardless of the decision made prior to invoking this method.

fun <F, A> forever(M: Monad<F>): Schedule<F, A, Int>

Create a schedule that continues forever and returns the number of repetitions.

Do you like Arrow?

Arrow Org
<