ParserSequenceExtension8<T1, T2, T3, T4, T5, T6, T7, T8> extension

on

Methods

map8<R>(R callback(T1, T2, T3, T4, T5, T6, T7, T8)) Parser<R>
Maps a typed sequence to R using the provided callback.