toggle menu
Quiver Library
jvm
switch theme
search in API
Quiver Library
/
app.cash.quiver.extensions
/
handleErrorWith
handle
Error
With
inline
fun
<
A
,
B
,
C
>
Either
<
A
,
B
>
.
handleErrorWith
(
f
:
(
A
)
->
Either
<
C
,
B
>
)
:
Either
<
C
,
B
>
(
source
)
Recovers the left side of an Either with the supplied function