Map3<I, O1, O2, O3, O> constructor

const Map3<I, O1, O2, O3, O>(
  1. ParserBuilder<I, O1> parser1,
  2. ParserBuilder<I, O2> parser2,
  3. ParserBuilder<I, O3> parser3,
  4. SemanticAction<O> map,
)

Implementation

const Map3(this.parser1, this.parser2, this.parser3, this.map);