io.dylemma.xml.ChainParserOps
Provides the tupled and apply methods to any Parser whose result type is a chain of 17 elements.
tupled
apply
Maps the results of this parser by passing the elements of its result chain into the provided function f.
f
Maps the results of this parser from a chain to a corresponding tuple
Provides the
tupled
andapply
methods to any Parser whose result type is a chain of 17 elements.