Interface CommandParser.Result.KnownCommand

All Superinterfaces:
CommandParser.Result
All Known Subinterfaces:
CommandParser.Result.KnownCommand.Invalid, CommandParser.Result.KnownCommand.Valid
Enclosing interface:
CommandParser.Result

public static sealed interface CommandParser.Result.KnownCommand extends CommandParser.Result permits CommandParser.Result.KnownCommand.Invalid, CommandParser.Result.KnownCommand.Valid (not exhaustive)