case class NamedDescribedComplexCommand[A, Mat](command: ComplexCommand[A, Mat], prefixParser: StructuredPrefixParser, description: CommandDescription) extends Product with Serializable
A constructed command execution with a name and a description.
- A
The argument type of the command
- Mat
The materialized result of creating this command
- Source
- command.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NamedDescribedComplexCommand
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new NamedDescribedComplexCommand(command: ComplexCommand[A, Mat], prefixParser: StructuredPrefixParser, description: CommandDescription)
Value Members
- val command: ComplexCommand[A, Mat]
- val description: CommandDescription
- val prefixParser: StructuredPrefixParser
- def productElementNames: Iterator[String]
- Definition Classes
- Product