arrow-core / arrow.core.extensions / NonEmptyListSemigroup

NonEmptyListSemigroup

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

Functions

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

Do you like Arrow?

Arrow Org
<