abstract class Command[T] extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- Command
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Command(name: String)(implicit surface: Surface[T], confEncoder: ConfEncoder[T], confDecoder: ConfDecoder[T])
Type Members
- type Value = T
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def allNames: List[String]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def complete(context: TabCompletionContext): List[TabCompletionItem]
- final def contramap[B](default: B, fn: (B) => T)(implicit arg0: Surface[B], arg1: ConfEncoder[B], arg2: ConfDecoder[B]): Command[B]
- final def decoder: ConfDecoder[Value]
- def description: Doc
- final def encoder: ConfEncoder[Value]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def examples: Doc
- def extraNames: List[String]
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def helpMessage(width: Int): String
- final def helpMessage(out: PrintStream, width: Int): Unit
- def isHidden: Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def matchesName(name: String): Boolean
- val name: String
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def options: Doc
- final def settings: Settings[Value]
- implicit val surface: Surface[T]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- Command → AnyRef → Any
- def usage: Doc
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()