fromEither

fun <E, A> fromEither(e: Either<E, A>): Validated<E, A>

Converts an Either<E, A> to a Validated<E, A>.