arrow-optics / arrow.optics / arrow.core.Either
| toPValidated | PIso that defines the equality between Either and Validatedfun <A1, A2, B1, B2> Either.Companion.~~toPValidated~~(): PIso<Either<A1, B1>, Either<A2, B2>, Validated<A1, B1>, Validated<A2, B2>> |
| toValidated | Iso that defines the equality between Either and Validatedfun <A, B> Either.Companion.~~toValidated~~(): Iso<Either<A, B>, Validated<A, B>> |
Do you like Arrow?
✖