c

ackcord.commands

NamedComplexCommand

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
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NamedComplexCommand
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new NamedComplexCommand(command: ComplexCommand[A, Mat], prefixParser: StructuredPrefixParser)

Value Members

  1. val command: ComplexCommand[A, Mat]
  2. val prefixParser: StructuredPrefixParser
  3. def productElementNames: Iterator[String]
    Definition Classes
    Product
  4. def toDescribed(description: CommandDescription): NamedDescribedComplexCommand[A, Mat]