c

ackcord.commands

NamedDescribedComplexCommand

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
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NamedDescribedComplexCommand
  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 NamedDescribedComplexCommand(command: ComplexCommand[A, Mat], prefixParser: StructuredPrefixParser, description: CommandDescription)

Value Members

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