arrow-core / arrow.core.extensions / NonEmptyListSemigroupK
interface ~~NonEmptyListSemigroupK~~ : SemigroupK<ForNonEmptyList>
Deprecated: SemigroupK typeclass is deprecated and will be removed in 0.13.0. Use concrete methods on NonEmptyList.
combineK | open fun <A> NonEmptyListOf<A>.combineK(y: NonEmptyListOf<A>): NonEmptyList<A> |
Do you like Arrow?
✖