Apply func to the data returned by the Parser
This transform Parser from a parser returning data type T to a parser returning data type typeof(func(T))
See Implementation
Apply func to the data returned by the Parser
This transform Parser from a parser returning data type T to a parser returning data type typeof(func(T))