IterableSortedBy<E> extension
- on
-
- Iterable<
E>
- Iterable<
Methods
-
sortedBy(
Comparable selector(E element)) → SortedList< E> -
Returns a new list with all elements sorted according to natural sort
order of the values returned by specified
selector
function.