Tuple3ParserExt<E1, E2, E3> extension

on

Methods

andThen<E4>(Parser<E4> p) Tuple4Parser<E1, E2, E3, E4>
Creates the Tuple4Parser parser.