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