kmongo / kotlin.collections / sortedByDescending

sortedByDescending

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