flatMap

open inline override fun <B> flatMap(transform: (A) -> NonEmptyCollection<B>): NonEmptyList<B>(source)