SetExtension<E> extension

on

Properties

obs RxSet<E>

Available on Set<E>, provided by the SetExtension extension

no setter

Methods

addAllIf(dynamic condition, Iterable<E> items) → void

Available on Set<E>, provided by the SetExtension extension

Adds Iterable<E> to List<E> only if condition is true.
addIf(dynamic condition, E item) → void

Available on Set<E>, provided by the SetExtension extension

Add item to List<E> only if condition is true.
assign(E item) → void

Available on Set<E>, provided by the SetExtension extension

Replaces all existing items of this list with item
assignAll(Iterable<E> items) → void

Available on Set<E>, provided by the SetExtension extension

Replaces all existing items of this list with items