IterableSortedWith<E>  extension 
 
- on
 - 
          
- Iterable<
E>  
 - Iterable<
 
Methods
- 
  sortedWith(
Comparator< E> comparator) → SortedList<E>  - 
      
Available on Iterable<
Returns a new list with all elements sorted according to specifiedE> , provided by the IterableSortedWith extensioncomparator.