Maps each element of this RIterator to a new RIterator
@override RIterator<U> map<U>(U Function(T) f) => RIterator.fromIterable(super.map(f));