ParserFunction<T, R> typedef

ParserFunction<T, R> = R Function(T value)

Implementation

typedef ParserFunction<T, R> = R Function(T value);