arrow-core / arrow.core.extensions / NonEmptyListComonad / coflatMap
open fun <A, B> NonEmptyListOf<A>.coflatMap(f: (NonEmptyListOf<A>) -> B): NonEmptyList<B>
Do you like Arrow?