Mapped<I, O1, O2> constructor
const
Mapped<I, O1, O2> (
- ParserBuilder<
I, O1> p, - Calculable<
O2> map
Implementation
const Mapped(this.p, this.map);