Arrow
1.1.5
common
arrow-fx-coroutines
/
arrow.fx.coroutines
/
Schedule
/
repeatOrElseEitherAsFlow
repeat
Or
Else
Either
As
Flow
abstract
suspend
fun
<
C
>
repeatOrElseEitherAsFlow
(
fa
:
suspend
(
)
->
Input
,
orElse
:
suspend
(
Throwable
,
Output
?
)
->
C
)
:
Flow
<
Either
<
C
,
Output
>
>
(
source
)