flatMap

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