Command

trait Command extends Product
trait Product
trait Equals
class Object
trait Matchable
class Any
trait WaveFill
class Sine1
class Sine2
class Sine3
class Cheby
class Copy

Value members

Abstract methods

def args: Seq[Any]
def name: String
def readerKey: String

Concrete methods

final override def productPrefix: String
Definition Classes
Product

Inherited methods

def canEqual(that: Any): Boolean
Inherited from
Equals
def productArity: Int
Inherited from
Product
def productElement(n: Int): Any
Inherited from
Product
def productElementName(n: Int): String
Inherited from
Product
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product