Special override to push() element(s) in a reactive way inside the List,
RxSet<E> operator +(Set<E> val) { addAll(val); refresh(); return this; }