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

minBy

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

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