ListNullEx<E> extension
列表拓展
- on
-
- List<
E> ?
- List<
Methods
-
append(
E e) → List< E> -
Available on List<
添加元素 返回列表E> ?, provided by the ListNullEx extension -
appends(
Iterable< E> ? e) → List<E> -
Available on List<
添加多个元素 返回列表E> ?, provided by the ListNullEx extension -
mapList<
T> (T f(E e), {bool growable = true}) → List< T> -
Available on List<
合并 map 和 toList 方法E> ?, provided by the ListNullEx extension