distinctBy

open fun <K> distinctBy(selector: (A) -> K): NonEmptyList<A>(source)