PickParserExtension<R> extension

on

Methods

pick(int index) Parser<R>
Returns a parser that transforms a successful parse result by returning the element at index of a list. A negative index can be used to access the elements from the back of the list.