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