arrow-fx-coroutines / arrow.fx.coroutines / Schedule / unfoldM
fun <I, A> ~~unfoldM~~(c: suspend () -> A, f: suspend (A) -> A): Schedule<I, A> Deprecated: unfoldM is renamed to unfoldLazy
fun <I, A> ~~unfoldM~~(c: suspend () -> A, f: suspend (A) -> A):
Schedule
<I, A>
Do you like Arrow?