XmlData

object XmlData
Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any
XmlData.type

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def fromArray[T <: XmlData](value: Array[T]): XmlData
def fromBoolean(value: Boolean): XmlData
def fromByte(value: Byte): XmlData
def fromNumber[N <: Number](value: N): XmlData
def fromSeq[T <: XmlData : ClassTag](value: Seq[T]): XmlData
def fromString(value: String): XmlData
def fromValues[T <: XmlData : ClassTag](value: T*): XmlData

Concrete fields

lazy val False: XmlData
lazy val True: XmlData
lazy val empty: XmlData

Implicits

Implicits

implicit val showXmlData: Show[XmlData]