Mapped<I, O1, O2> constructor

const Mapped<I, O1, O2>(
  1. ParserBuilder<I, O1> p,
  2. Calculable<O2> map
)

Implementation

const Mapped(this.p, this.map);