RecordOfParsersExtension4<R1, R2, R3, R4> extension
Methods
-
toSequenceParser(
) → Parser< (R1, R2, R3, R4)> - Converts a Record of 4 positional parsers to a Parser that runs the parsers in sequence and returns a Record with 4 positional parse results.