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

Extensions on a Record with 8 positional Parsers.

on

Methods

toSequenceParser() Parser<(R1, R2, R3, R4, R5, R6, R7, R8)>
Converts a Record of 8 positional parsers to a Parser that runs the parsers in sequence and returns a Record with 8 positional parse results.