RecordOfParsersExtension5<R1, R2, R3, R4, R5> extension
Methods
-
toSequenceParser(
) → Parser< (R1, R2, R3, R4, R5)> -
Available on (Parser<
Converts a Record of 5 positional parsers to a Parser that runs the parsers in sequence and returns a Record with 5 positional parse results.R1> , Parser<R2> , Parser<R3> , Parser<R4> , Parser<R5> ), provided by the RecordOfParsersExtension5 extension