ParserSequenceExtension2<T1, T2> extension

on

Methods

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