Tuple2ParserExt<E1, E2> extension

on

Methods

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