CastListParserExtension<R> extension

on

Methods

castList<S>() Parser<List<S>>
Returns a parser that casts itself to Parser<List<R>>. Assumes this parser to be of type Parser<List>.