case class NamedComplexCommand[A, Mat](command: ComplexCommand[A, Mat], prefixParser: StructuredPrefixParser) extends Product with Serializable
A constructed command execution with a name.
- 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
- NamedComplexCommand
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new NamedComplexCommand(command: ComplexCommand[A, Mat], prefixParser: StructuredPrefixParser)
Value Members
- val command: ComplexCommand[A, Mat]
- val prefixParser: StructuredPrefixParser
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def toDescribed(description: CommandDescription): NamedDescribedComplexCommand[A, Mat]