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