IterableSortedWith<E> extension

on

Methods

sortedWith(Comparator<E> comparator) SortedList<E>

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

Returns a new list with all elements sorted according to specified comparator.