kmongo / kotlin.collections / com.mongodb.client.MongoIterable / maxBy

maxBy

inline fun <T, R : Comparable<R>> MongoIterable<T>.maxBy(crossinline selector: (T) -> R): T? (source)

Returns the first element yielding the largest value of the given function or null if there are no elements.