Uses of Class
dev.sympho.modular_commands.utils.parse.UrlParser.ChoiceBase
Packages that use UrlParser.ChoiceBase
-
Uses of UrlParser.ChoiceBase in dev.sympho.modular_commands.utils.parse
Subclasses of UrlParser.ChoiceBase in dev.sympho.modular_commands.utils.parseModifier and TypeClassDescriptionstatic classFunctorUrlParser.Choice<T extends @NonNull Object>Parser that supports multiple URL types by delegating to one of a list of parsers.static classFunctorUrlParser.ChoiceBase<T extends @NonNull Object,P extends FunctorUrlParser<T>> Base for a parser that supports multiple URL types by delegating to one of a list of parsers.static classUrlParser.Choice<T extends @NonNull Object>Parser that supports multiple URL types by delegating to one of a list of parsers.