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