CastListParserExtension<R> extension

on

Methods

castList<S>() Parser<List<S>>

Available on Parser<R>, provided by the CastListParserExtension extension

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