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