arrow-core / arrow.core.extensions / ValidatedBifunctor
interface ~~ValidatedBifunctor~~ : Bifunctor<ForValidated>
Deprecated: BiFunctor typeclass is deprecated and will be removed in 0.13.0. Use concrete methods on Validated.
bimap | open fun <A, B, C, D> ValidatedOf<A, B>.bimap(fl: (A) -> C, fr: (B) -> D): Validated<C, D> |
Do you like Arrow?
✖