sortByDescending

abstract fun <R : Comparable<R>> sortByDescending(selector: (T) -> R?)(source)

Sorts the contents of the model descending.

Parameters

selector

used for sort