final case class CommandArg[-T](add: (CommandEncoder, T) ⇒ Any) extends AnyVal with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CommandArg
- Serializable
- Serializable
- Product
- Equals
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new CommandArg(add: (CommandEncoder, T) ⇒ Any)
Value Members
- val add: (CommandEncoder, T) ⇒ Any
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any