flatMap

open fun <T> flatMap(transform: (E) -> NonEmptyCollection<T>): NonEmptyList<T>