ListExtension<E> extension
- on
-
- List<
E>
- List<
Properties
-
obs
→ RxList<
E> -
Available on List<
E> , provided by the ListExtension extensionno setter
Methods
-
addAllIf(
dynamic condition, Iterable< E> items) → void -
Available on List<
Adds Iterable<E> to List<E> only ifE> , provided by the ListExtension extensioncondition
is true. -
addIf(
dynamic condition, E item) → void -
Available on List<
AddE> , provided by the ListExtension extensionitem
to List -
addNonNull(
E item) → void -
Available on List<
AddE> , provided by the ListExtension extensionitem
to List<E> only ifitem
is not null. -
assign(
E item) → void -
Available on List<
Replaces all existing items of this list withE> , provided by the ListExtension extensionitem
-
assignAll(
Iterable< E> items) → void -
Available on List<
Replaces all existing items of this list withE> , provided by the ListExtension extensionitems