Uses of Interface
dev.sympho.modular_commands.api.command.parameter.parse.Parsers.Functor
Packages that use Parsers.Functor
Package
Description
Interfaces defining how received arguments are parsed.
Parsing utilities.
-
Uses of Parsers.Functor in dev.sympho.modular_commands.api.command.parameter.parse
Methods in dev.sympho.modular_commands.api.command.parameter.parse with parameters of type Parsers.FunctorModifier and TypeMethodDescriptionstatic <R extends @NonNull Object,T extends @NonNull Object>
ParserFunction<R,T> Parsers.functor(Parsers.Functor<R, T> parser) Uses a parser that does not depend on the execution context. -
Uses of Parsers.Functor in dev.sympho.modular_commands.utils.parse
Classes in dev.sympho.modular_commands.utils.parse with type parameters of type Parsers.FunctorModifier and TypeClassDescriptionstatic classFunctorUrlParser.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.Methods in dev.sympho.modular_commands.utils.parse with parameters of type Parsers.Functor