SortWithKeyExtension<E>  extension 
 
Provides a sortWithKey extension method on List.
- on
- 
          - List<E> 
 
- List<
Methods
- 
  sortWithAsyncKey<K extends Comparable< (Object> >Future< K> key(E)) → Future<void> 
- 
      Available on List< A version of sortWithKey that allows the sort key to be computed asynchronously.E> , provided by the SortWithKeyExtension extension
- 
  sortWithKey<K extends Comparable< (Object> >K key(E)) → void 
- 
      Available on List< Sorts this List according to the computed sort key.E> , provided by the SortWithKeyExtension extension