arrow-core / arrow.core.extensions / MapKSemigroup
interface ~~MapKSemigroup~~<K, A> : Semigroup<MapK<K, A>>
Deprecated: Typeclass instance have been moved to the companion object of the typeclass.
combine | open fun MapK<K, A>.combine(b: MapK<K, A>): MapK<K, A> |
SG | abstract fun SG(): Semigroup<A> |
MapKMonoid | interface ~~MapKMonoid~~<K, A> : Monoid<MapK<K, A>>, MapKSemigroup <K, A> |
Do you like Arrow?
✖