This is a simple interface to the map method of the list
Iterable<T> map<T>(toElement) { return _items.map(toElement); }