arrow-core / arrow.core.extensions / ListKMonoidK
interface ~~ListKMonoidK~~ : MonoidK<ForListK>
Deprecated: MonoidK typeclass is deprecated and will be removed in 0.13.0. Use concrete methods on List or Iterable.
combineK | open fun <A> Kind<ForListK, A>.combineK(y: Kind<ForListK, A>): ListK<A> |
empty | open fun <A> empty(): ListK<A> |
Do you like Arrow?
✖