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