arrow-core / arrow.core.extensions / NonEmptyListSemigroup
interface ~~NonEmptyListSemigroup~~<A> : Semigroup<NonEmptyList<A>>
Deprecated: Typeclass instance have been moved to the companion object of the typeclass.
| combine | open fun NonEmptyList<A>.combine(b: NonEmptyList<A>): NonEmptyList<A> | 
    
Do you like Arrow?
✖