Class CommandResult
-
- All Implemented Interfaces:
public abstract class CommandResult
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
CommandResult.Companion
-
Field Summary
Fields Modifier and Type Field Description public final static CommandResult.Companion
Companion
-
Method Summary
Modifier and Type Method Description abstract Unit
process(RawCommandContext context)
final BasicsCommandException
asException()
-
-
Method Detail
-
process
abstract Unit process(RawCommandContext context)
-
asException
final BasicsCommandException asException()
-
-
-
-