ListUtils<T> extension

on

Methods

addInIndex(int index, T newValue) List<T>
addInLast(T newValue) List<T>
forEachMapper(ForEachMapper<T> toElement) → void
mapper<R>(Mapper<T, R> toElement) List<R>