MapParserExtension<T> extension

on

Methods

map<R>(Callback<T, R> callback, {bool hasSideEffects = false}) Parser<R>
Returns a parser that evaluates a callback as the production action on success of the receiver.