IterableSortedByDescending<E> extension
- on
-
- Iterable<
E>
- Iterable<
Methods
-
sortedByDescending(
Comparable selector(E element)) → SortedList< E> -
Available on Iterable<
Returns a new list with all elements sorted according to descending natural sort order of the values returned by specifiedE> , provided by the IterableSortedByDescending extensionselector
function.