arrow-core / arrow.core.extensions.validated.bifunctor / arrow.Kind

Extensions for arrow.Kind

bimap fun <A, B, C, D> Kind<Kind<ForValidated, A>, B>.~~bimap~~(arg1: (A) -> C, arg2: (B) -> D): Validated<C, D>
leftWiden fun <AA, B, A : AA> Kind<Kind<ForValidated, A>, B>.~~leftWiden~~(): Validated<AA, B>
mapLeft fun <A, B, C> Kind<Kind<ForValidated, A>, B>.~~mapLeft~~(arg1: (A) -> C): Validated<C, B>

Do you like Arrow?

Arrow Org
<