Observer<List<E>> insertAll(int index, Iterable<E> elements) { return notify(() => value.insertAll(index, elements)); }