Arrow
1.1.5
common
arrow-core
/
arrow.core
/
Validated
/
Companion
/
fromEither
from
Either
@
JvmStatic
fun
<
E
,
A
>
fromEither
(
e
:
Either
<
E
,
A
>
)
:
Validated
<
E
,
A
>
(
source
)
Converts an
Either<E, A>
to a
Validated<E, A>
.