flatMap

inline fun <B> flatMap(f: (A) -> NonEmptyList<B>): NonEmptyList<B>(source)