Command

case class Command(arguments: Option[String], id: Option[CommandId]) extends Xmlable
Companion:
object
trait Serializable
trait Product
trait Equals
trait Xmlable
trait XmlOps
class Object
trait Matchable
class Any

Type members

Inherited classlikes

implicit implicit class ElemOps(e: Elem)
Inherited from:
XmlOps

Value members

Concrete methods

override def xml: Elem
Definition Classes

Inherited methods

def add(xml: Elem, key: String, value: String): Elem
Inherited from:
XmlOps
def addMap(xml: Elem, attributes: Map[String, String]): Elem
Inherited from:
XmlOps
def filterAndStringify[K, V](m: Map[K, Option[V]]): Map[K, String]
Inherited from:
XmlOps
def filterOption[K, V](m: Map[K, Option[V]]): Map[K, V]
Inherited from:
XmlOps
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product

Implicits

Inherited implicits

final implicit def ElemOps(e: Elem): ElemOps
Inherited from:
XmlOps