IterableMapper<I extends Iterable> constructor
IterableMapper<I extends Iterable> (
- Iterable<
U> fromIterable<U>( - Iterable<
U> iterable
- Iterable<
- Function typeFactory,
- MapperContainer mapper
Implementation
IterableMapper(this.fromIterable, this.typeFactory, this.mapper);