arrow-core / arrow.core.extensions / IorCrosswalk
interface ~~IorCrosswalk~~<L> : Crosswalk<IorPartialOf<L>>, IorFunctor<L>, IorFoldable<L>
Deprecated: Crosswalk typeclass is deprecated and will be removed in 0.13.0. Use concrete methods on Ior
| crosswalk | open fun <F, A, B> crosswalk(ALIGN: Align<F>, a: Kind<IorPartialOf<L>, A>, fa: (A) -> Kind<F, B>): Kind<F, Kind<IorPartialOf<L>, B>> | 
    
Do you like Arrow?
✖