Interface CommandResult<T>
-
- All Known Implementing Classes:
CommandResultImpl
public interface CommandResult<T>Result from the execution of a command
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCommandResult.Type
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommandResult.TypegetType()Type of ResultIterable<T>getViolations()
-
-
-
Method Detail
-
getType
CommandResult.Type getType()
Type of Result- Returns:
-
-