XmlData

cats.xml.XmlData$
See theXmlData companion trait
object XmlData

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
XmlData.type

Members list

Concise view

Type members

Classlikes

final case class XmlArray[T <: XmlData] extends XmlData

Attributes

Graph
Supertypes
trait Product
trait Equals
trait XmlData
trait Serializable
trait Xml
class Object
trait Matchable
class Any
final case class XmlBool extends XmlData

Attributes

Graph
Supertypes
trait Product
trait Equals
trait XmlData
trait Serializable
trait Xml
class Object
trait Matchable
class Any
final case class XmlChar extends XmlData

Attributes

Graph
Supertypes
trait Product
trait Equals
trait XmlData
trait Serializable
trait Xml
class Object
trait Matchable
class Any
object XmlNumber

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait XmlNumber extends XmlData with Serializable

Attributes

Companion:
object
Graph
Supertypes
trait XmlData
trait Serializable
trait Xml
class Object
trait Matchable
class Any
final case class XmlString extends XmlData

Attributes

Graph
Supertypes
trait Product
trait Equals
trait XmlData
trait Serializable
trait Xml
class Object
trait Matchable
class Any

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Implicits

Implicits

implicit val eqXmlData: Eq[XmlData]
implicit val order: Order[XmlNumber]
implicit def showXmlData[T <: XmlData]: Show[T]