ListExt<T> extension

on

Methods

joinElement(T separator) List<T>

Available on List<T>, provided by the ListExt extension

Static Methods

generateFrom<T, R>(Iterable<T> input, {FunctionFactory<T, R>? functionFactory}) List<R>

Available on List<T>, provided by the ListExt extension