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

maxByOrNull

inline fun <T, R : Comparable<R>> MongoIterable<T>.maxByOrNull(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.