MapperParser<I, O> constructor

MapperParser<I, O>(
  1. Parser<I> p,
  2. Mapper<I, O> m
)

Implementation

MapperParser(this.p, this.m);