Packages

final case class XmlBool(value: Boolean) extends XmlData with Product with Serializable

Linear Supertypes
Product, Equals, XmlData, Serializable, Xml, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. XmlBool
  2. Product
  3. Equals
  4. XmlData
  5. Serializable
  6. Xml
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new XmlBool(value: Boolean)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def as[T](implicit arg0: Decoder[T]): Result[T]
    Definition Classes
    XmlData
  5. final def asAttribute: Option[XmlAttribute]
    Definition Classes
    Xml
  6. final def asData: Option[XmlData]
    Definition Classes
    Xml
  7. final def asGroup: Option[XmlNode.Group]
    Definition Classes
    Xml
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. final def asNode: Option[Node]
    Definition Classes
    Xml
  10. def asString: String
    Definition Classes
    XmlData
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  12. def duplicate: XmlData

    Create a new immutable instance with the same values of the current one

    Create a new immutable instance with the same values of the current one

    returns

    A new instance with the same values of the current one

    Definition Classes
    XmlDataXml
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(obj: Any): Boolean
    Definition Classes
    Xml → AnyRef → Any
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  16. final lazy val isAttribute: Boolean
    Definition Classes
    Xml
  17. final lazy val isData: Boolean
    Definition Classes
    Xml
  18. def isEmpty: Boolean
    Definition Classes
    XmlData
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final lazy val isNode: Boolean
    Definition Classes
    Xml
  21. final lazy val isNull: Boolean
    Definition Classes
    Xml
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  25. def productElementNames: Iterator[String]
    Definition Classes
    Product
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. final def toString(): String
    Definition Classes
    Xml → AnyRef → Any
  28. val value: Boolean
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. def widen: XmlData
    Definition Classes
    XmlData

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Product

Inherited from Equals

Inherited from XmlData

Inherited from Serializable

Inherited from Xml

Inherited from AnyRef

Inherited from Any

Ungrouped