Uses of Package
dev.sympho.modular_commands.utils.parse
Packages that use dev.sympho.modular_commands.utils.parse
Package
Description
Interfaces defining how received arguments are parsed.
Parsing utilities.
Parsers for Discord entities.
-
-
Classes in dev.sympho.modular_commands.utils.parse used by dev.sympho.modular_commands.utils.parseClassDescriptionA parser for URL-based arguments that are independent from the invocation context.Base for a parser that supports multiple URL types by delegating to one of a list of parsers.Parser function that converts a string into one of the supported raw types.A parser wrapper that tolerates errors by returning a result that reports either the parsed item or an encountered error.A result in which the item was invalid.The result of parsing.A parser for URL-based arguments.Base for a parser that supports multiple URL types by delegating to one of a list of parsers.A composed parser that first applies this parser to one parser, and then applies the results to a second parser.
-