IterableSortedByDescending<E> extension

on

Methods

sortedByDescending(Comparable selector(E element)) SortedList<E>

Available on Iterable<E>, provided by the IterableSortedByDescending extension

Returns a new list with all elements sorted according to descending natural sort order of the values returned by specified selector function.