arrow-core / arrow.core.extensions.validated.bifunctor
| arrow.core.Validated | |
| arrow.Kind | 
| leftFunctor | fun <X> ~~leftFunctor~~(): Functor<Conested<ForValidated, X>> | 
    
| lift | fun <A, B, C, D> ~~lift~~(arg0: (A) -> C, arg1: (B) -> D): (Kind<Kind<ForValidated, A>, B>) -> Kind<Kind<ForValidated, C>, D> | 
    
| rightFunctor | fun <X> ~~rightFunctor~~(): Functor<Kind<ForValidated, X>> | 
    
Do you like Arrow?
✖