//arrow-fx-coroutines/arrow.fx.coroutines/Schedule/repeatOrElseEitherAsFlow
common abstract suspend fun <C> repeatOrElseEitherAsFlow(fa: suspend () -> Input, orElse: suspend (Throwable, Output?) -> C): <<[C](repeat-or-else-either-as-flow.html), [Output](index.html)>>
Do you like Arrow?