ListExtension<E> extension

on

Methods

containsWhere(bool f(E e)) List<E>
containsWhereIndexed(bool f(E e, int index)) List<E>
groupBy<K>(K f(E value)) Map<K, List<E>>
groupBy extension for List Grock GroupBy
groupByIndexed<K>(K f(E value, int index)) Map<K, List<E>>
groupBy extension for List Grock GroupBy
groupByIndexedAndWhere<K>(K f(E value, int index)) Map<K, List<E>>
groupBy extension for List Grock GroupBy
groupByIndexedAndWhereNotNull<K>(K f(E value, int index)) Map<K, List<E>>
groupBy extension for List Grock GroupBy
groupByIndexedAndWhereNotNullAndNotEmpty<K>(K f(E value, int index)) Map<K, List<E>>
groupBy extension for List Grock GroupBy
listToBuilder<T>(Widget f(E value)) Widget
listToBuilderWithPadding<T>(Widget f(E value), {EdgeInsetsGeometry padding = const EdgeInsets.all(8)}) Widget
listToBuilderWithPaddingAndScrollDirection<T>(Widget f(E value), {EdgeInsetsGeometry padding = const EdgeInsets.all(8), Axis scrollDirection = Axis.vertical}) Widget
listToBuilderWithPaddingAndScrollDirectionAndShrinkWrap<T>(Widget f(E value), {EdgeInsetsGeometry padding = const EdgeInsets.all(8), Axis scrollDirection = Axis.vertical, bool shrinkWrap = true}) Widget
mapFiltered<T>(T f(E value)) List<E>
mapFilteredWhereNotNull<T>(T f(E value)) List<E>
mapIndexed<T>(T f(E value, int index)) List<T>
mapIndexedWhere<T>(T f(E value, int index)) List<E>
mapIndexedWhereNotNull<T>(T f(E value, int index)) List<E>
mapIndexedWhereNotNullAndNotEmpty<T>(T f(E value, int index)) List<E>
mapIndexedWhereNotNullAndNotEmptyAndNotZero<T>(T f(E value, int index)) List<E>
mapIndexedWhereNotNullAndNotEmptyAndNotZeroAndNotFalse<T>(T f(E value, int index)) List<E>
mapIndexedWhereNotNullAndNotEmptyAndNotZeroAndNotFalseAndNotTrue<T>(T f(E value, int index)) List<E>
mapIndexedWhereNotNullAndNotEmptyAndNotZeroAndNotFalseAndNotTrueAndNotNegative<T>(T f(E value, int index)) List<E>
mapIndexedWhereNotNullAndNotEmptyAndNotZeroAndNotFalseAndNotTrueAndNotNegativeAndNotZeroString<T>(T f(E value, int index)) List<E>
mapIndexedWhereNotNullAndNotEmptyAndNotZeroAndNotFalseAndNotTrueAndNotNegativeAndNotZeroStringAndNotZeroDouble<T>(T f(E value, int index)) List<E>
mapIndexedWhereNotNullAndNotEmptyAndNotZeroAndNotFalseAndNotTrueAndNotNegativeAndNotZeroStringAndNotZeroDoubleAndNotZeroInt<T>(T f(E value, int index)) List<E>
mapIndexedWhereNotNullAndNotEmptyAndNotZeroAndNotFalseAndNotTrueAndNotNegativeAndNotZeroStringAndNotZeroDoubleAndNotZeroIntAndNotZeroBool<T>(T f(E value, int index)) List<E>
mapIndexedWhereNotNullAndNotEmptyAndNotZeroAndNotFalseAndNotTrueAndNotNegativeAndNotZeroStringAndNotZeroDoubleAndNotZeroIntAndNotZeroBoolAndNotZeroList<T>(T f(E value, int index)) List<E>
mapIndexedWhereNotNullAndNotEmptyAndNotZeroAndNotFalseAndNotTrueAndNotNegativeAndNotZeroStringAndNotZeroDoubleAndNotZeroIntAndNotZeroBoolAndNotZeroListAndNotZeroMap<T>(T f(E value, int index)) List<E>
mapIndexedWhereNotNullAndNotEmptyAndNotZeroAndNotFalseAndNotTrueAndNotNegativeAndNotZeroStringAndNotZeroDoubleAndNotZeroIntAndNotZeroBoolAndNotZeroListAndNotZeroMapAndNotZeroSet<T>(T f(E value, int index)) List<E>
mapIndexedWhereNotNullAndNotEmptyAndNotZeroAndNotFalseAndNotTrueAndNotNegativeAndNotZeroStringAndNotZeroDoubleAndNotZeroIntAndNotZeroBoolAndNotZeroListAndNotZeroMapAndNotZeroSetAndNotZeroDateTime<T>(T f(E value, int index)) List<E>
reverseList() List<E>
reverse list
seperated(E separator) List<E>
seperatedIndexed(E separator(int index)) List<E>
seperatedIndexedValue(E separator(int index, E value)) List<E>
toBuilder<T>(Widget f(E value)) Widget
whereAdd(bool f(E e), E value) → void