RecordOfParsersExtension9<R1, R2, R3, R4, R5, R6, R7, R8, R9> extension

Extensions on a Record with 9 positional Parsers.

on

Methods

toSequenceParser() Parser<(R1, R2, R3, R4, R5, R6, R7, R8, R9)>

Available on (Parser<R1>, Parser<R2>, Parser<R3>, Parser<R4>, Parser<R5>, Parser<R6>, Parser<R7>, Parser<R8>, Parser<R9>), provided by the RecordOfParsersExtension9 extension

Converts a Record of 9 positional parsers to a Parser that runs the parsers in sequence and returns a Record with 9 positional parse results.