arrow-core / arrow.core.extensions / SortedMapKSemigroup

SortedMapKSemigroup

interface ~~SortedMapKSemigroup~~<A : Comparable<A>, B> : Semigroup<SortedMapK<A, B>> Deprecated: SortedMapK is deprecated along side Higher Kinded Types in Arrow. Prefer to simply use java.util.SortedMap instead.Arrow provides extension functions on java.util.SortedMap and kotlin.collections.Map to cover all the behavior defined for SortedMapK

Functions

combine open fun SortedMapK<A, B>.combine(b: SortedMapK<A, B>): SortedMapK<A, B>
SG abstract fun SG(): Semigroup<B>

Inheritors

SortedMapKMonoid interface ~~SortedMapKMonoid~~<A : Comparable<A>, B> : Monoid<SortedMapK<A, B>>, SortedMapKSemigroup<A, B>

Do you like Arrow?

Arrow Org
<