flatMap

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