toggle menu
Quiver Library
jvm
switch theme
search in API
Quiver Library
/
app.cash.quiver.extensions
/
attemptValidated
attempt
Validated
fun
<
E
,
A
>
ValidatedNel
<
E
,
A
>
.
attemptValidated
(
)
:
Either
<
Throwable
,
A
>
(
source
)
Turns your Validated List into an Either, but will throw an exception in the Left hand case.