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

minByOrNull

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