Uses of Class
dev.sympho.modular_commands.api.command.parameter.parse.ParserFunction.PostParser
Packages that use ParserFunction.PostParser
-
Uses of ParserFunction.PostParser in dev.sympho.modular_commands.utils.parse
Subclasses of ParserFunction.PostParser in dev.sympho.modular_commands.utils.parseModifier and TypeClassDescriptionstatic class
FunctorUrlParser.PostParser<I extends @NonNull Object,
T extends @NonNull Object, P1 extends @NonNull FunctorUrlParser<I>, P2 extends @NonNull Parsers.Functor<I, T>> A composed parser that first applies this parser to one parser, and then applies the results to a second parser.static class
UrlParser.PostParser<I extends @NonNull Object,
T extends @NonNull Object, P1 extends @NonNull UrlParser<I>, P2 extends @NonNull ParserFunction<I, T>> A composed parser that first applies this parser to one parser, and then applies the results to a second parser.