Non Empty List Semigroup
Functions
Link copied to clipboard
open override fun NonEmptyList<Any?>.combine(b: NonEmptyList<Any?>): NonEmptyList<Any?>
Content copied to clipboard
Combine two A values.
Link copied to clipboard
open fun NonEmptyList<Any?>.maybeCombine(b: NonEmptyList<Any?>?): NonEmptyList<Any?>
Content copied to clipboard
Link copied to clipboard
open operator fun NonEmptyList<Any?>.plus(b: NonEmptyList<Any?>): NonEmptyList<Any?>
Content copied to clipboard