arrow-core / arrow.core.extensions / ListKSemigroup

ListKSemigroup

interface ~~ListKSemigroup~~<A> : Semigroup<ListK<A>> Deprecated: Typeclass instance have been moved to the companion object of the typeclass.

Functions

combine open fun ListK<A>.combine(b: ListK<A>): ListK<A>

Inheritors

ListKMonoid interface ~~ListKMonoid~~<A> : Monoid<ListK<A>>, ListKSemigroup<A>

Do you like Arrow?

Arrow Org
<