ListExtension<E> extension
- on
-
- List<
E>
- List<
Methods
-
replaceItem(
E needle, E replacement, [int start = 0]) → void -
Available on List<
Replaces a single element of this List withE> , provided by the ListExtension extensionreplacement. -
sortBy<
K extends Comparable> (K selector(E), [bool ascending = true]) → void -
Available on List<
Sorts this List by comparing the keys returned by theE> , provided by the ListExtension extensionselector.