MapParser<I, O> constructor

MapParser<I, O>(
  1. Parser<I> p,
  2. O f(
    1. I
    )
)

Implementation

MapParser(this.p, this.f);