ParserSequenceExtension3<T1, T2, T3> extension

on

Methods

map3<R>(R callback(T1, T2, T3)) Parser<R>
Maps a typed sequence to R using the provided callback.