arrow-core / arrow.core.extensions / MapKFunctor
interface ~~MapKFunctor~~<K> : Functor<MapKPartialOf<K>>
Deprecated: Functor typeclass is deprecated and will be removed in 0.13.0. Use concrete methods on Map.
map | open fun <A, B> Kind<MapKPartialOf<K>, A>.map(f: (A) -> B): MapK<K, B> |
MapKSemialign | interface ~~MapKSemialign~~<K> : Semialign<MapKPartialOf<K>>, MapKFunctor <K> |
Do you like Arrow?
✖