ListExtensions<T> extension
- on
-
- List<
T>
- List<
Methods
-
countWhere(
bool test(T)) → int -
Available on List<
Counts the elements for whichs the predicate holds.T> , provided by the ListExtensions extension -
forEachIndexed(
void f(T element, int index)) → void -
Available on List<
For each method with provides not only the element but the index as well.T> , provided by the ListExtensions extension -
random(
{int? seed}) → T -
Available on List<
Return a random element of the list.T> , provided by the ListExtensions extension