SetExtension<E>  extension 
 
- on
 - 
          
- Set<
E>  
 - Set<
 
Properties
- 
  obs
  → RxSet<
E>  - 
      
Available on Set<
E> , provided by the SetExtension extensionno setter 
Methods
- 
  addAllIf(
dynamic condition, Iterable< E> items) → void - 
      
Available on Set<
Adds Iterable<E> to List<E> only ifE> , provided by the SetExtension extensionconditionis true. - 
  addIf(
dynamic condition, E item) → void  - 
      
Available on Set<
AddE> , provided by the SetExtension extensionitemto List<E> only ifconditionis true. - 
  assign(
E item) → void  - 
      
Available on Set<
Replaces all existing items of this list withE> , provided by the SetExtension extensionitem - 
  assignAll(
Iterable< E> items) → void - 
      
Available on Set<
Replaces all existing items of this list withE> , provided by the SetExtension extensionitems