arrow-optics / arrow.optics / arrow.core.Validated / toEither
fun <A, B> Validated.Companion.~~toEither~~(): Iso<Validated<A, B>, Either<A, B>> Deprecated: Use the either function exposed in the Iso’ companion object
fun <A, B> Validated.Companion.~~toEither~~():
Iso
<Validated<A, B>, Either<A, B>>
Iso that defines equality between Validated and Either
Do you like Arrow?