arrow-optics / arrow.optics / PIso / validatedToEither
@JvmStatic fun <A, B> validatedToEither(): Iso<Validated<A, B>, Either<A, B>>
@JvmStatic fun <A, B> validatedToEither():
Iso
<Validated<A, B>, Either<A, B>>
Iso that defines equality between Validated and Either
Do you like Arrow?