arrow-core / arrow.core.extensions.tuple2.functor
| arrow.core.Tuple2 | |
| arrow.Kind | 
| lift | Lifts a function A -> B to the F structure returning a polymorphic function that can be applied over all F values in the shape of Kind<F, A>fun <F, A, B> ~~lift~~(arg0: (A) -> B): (Kind<Kind<ForTuple2, F>, A>) -> Kind<Kind<ForTuple2, F>, B> | 
    
| mapConst | Replaces the B value inside F with A resulting in a Kind<F, A>fun <F, A, B> A.~~mapConst~~(arg1: Kind<Kind<ForTuple2, F>, B>): Tuple2<F, A> | 
    
Do you like Arrow?
✖