arrow-core
1.0.3-alpha.1
common
arrow-core
/
arrow.core
/
Validated
/
Companion
/
fromEither
from
Either
common
@
JvmStatic
fun
<
E
,
A
>
fromEither
(
e
:
Either
<
E
,
A
>
)
:
Validated
<
E
,
A
>
Content copied to clipboard
Converts an
Either<E, A>
to a
Validated<E, A>
.