arrow-core / arrow.core.extensions.validated.functor
arrow.core.Validated | |
arrow.Kind |
lift | fun <E, A, B> ~~lift~~(arg0: (A) -> B): (Kind<Kind<ForValidated, E>, A>) -> Kind<Kind<ForValidated, E>, B> |
mapConst | fun <E, A, B> A.~~mapConst~~(arg1: Kind<Kind<ForValidated, E>, B>): Validated<E, A> |
Do you like Arrow?
✖