MappedIterator<T, R> constructor
MappedIterator<T, R> (
- Iterator<
T> _source, - R mapper(
- T
Implementation
MappedIterator(this._source, this.mapper);