Interface ParserArgument<T>

Type Parameters:
T - The type of object that parse(StringReader) returns.
All Superinterfaces:
Parser<T>
All Known Implementing Classes:
ParserArgument.WithSuggestions
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ParserArgument<T> extends Parser<T>
A FunctionalInterface with abstract method parse(StringReader). This extends Parser<T>.