arrow-core / arrow.core.extensions / MapKFunctor

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.

Functions

map open fun <A, B> Kind<MapKPartialOf<K>, A>.map(f: (A) -> B): MapK<K, B>

Inheritors

MapKSemialign interface ~~MapKSemialign~~<K> : Semialign<MapKPartialOf<K>>, MapKFunctor<K>

Do you like Arrow?

Arrow Org
<