distinctBy

fun <T> distinctBy(by: Function<in T, *>): Predicate<T>