Class/Object

smile.json

JsBoolean

Related Docs: object JsBoolean | package json

Permalink

case class JsBoolean(value: Boolean) extends JsValue with Ordered[JsBoolean] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Ordered[JsBoolean], Comparable[JsBoolean], JsValue, Dynamic, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JsBoolean
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Ordered
  7. Comparable
  8. JsValue
  9. Dynamic
  10. AnyRef
  11. Any
Implicitly
  1. by json2Boolean
  2. by orderingToOrdered
  3. by any2stringadd
  4. by StringFormat
  5. by Ensuring
  6. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JsBoolean(value: Boolean)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def &(x: Boolean): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsBoolean to Boolean performed by method json2Boolean in smile.json.
    Definition Classes
    Boolean
  4. def &&(x: Boolean): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsBoolean to Boolean performed by method json2Boolean in smile.json.
    Definition Classes
    Boolean
  5. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsBoolean to any2stringadd[JsBoolean] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  6. def ->[B](y: B): (JsBoolean, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsBoolean to ArrowAssoc[JsBoolean] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  7. def <(that: JsBoolean): Boolean

    Permalink
    Definition Classes
    Ordered
  8. def <=(that: JsBoolean): Boolean

    Permalink
    Definition Classes
    Ordered
  9. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def >(that: JsBoolean): Boolean

    Permalink
    Definition Classes
    Ordered
  11. def >=(that: JsBoolean): Boolean

    Permalink
    Definition Classes
    Ordered
  12. def ^(x: Boolean): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsBoolean to Boolean performed by method json2Boolean in smile.json.
    Definition Classes
    Boolean
  13. def apply(range: Range): JsArray

    Permalink
    Definition Classes
    JsValue
  14. def apply(start: Int, end: Int, step: Int): JsArray

    Permalink
    Definition Classes
    JsValue
  15. def apply(start: Int, end: Int): JsArray

    Permalink
    Definition Classes
    JsValue
  16. def apply(index: Int): JsValue

    Permalink
    Definition Classes
    JsValue
  17. def apply(key: String): JsValue

    Permalink
    Definition Classes
    JsValue
  18. def applyDynamic(key: String)(index: Int): JsValue

    Permalink
    Definition Classes
    JsValue
  19. def asBoolean: Boolean

    Permalink
    Definition Classes
    JsBooleanJsValue
  20. def asDate: LocalDate

    Permalink
    Definition Classes
    JsValue
  21. def asDateTime: LocalDateTime

    Permalink
    Definition Classes
    JsValue
  22. def asDecimal: BigDecimal

    Permalink
    Definition Classes
    JsValue
  23. def asDouble: Double

    Permalink
    Definition Classes
    JsBooleanJsValue
  24. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  25. def asInt: Int

    Permalink
    Definition Classes
    JsBooleanJsValue
  26. def asLong: Long

    Permalink
    Definition Classes
    JsBooleanJsValue
  27. def asTime: LocalTime

    Permalink
    Definition Classes
    JsValue
  28. def asTimestamp: Timestamp

    Permalink
    Definition Classes
    JsValue
  29. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. def compactPrint: String

    Permalink
    Definition Classes
    JsValue
  31. def compare(that: JsBoolean): Int

    Permalink
    Definition Classes
    JsBoolean → Ordered
  32. def compareTo(that: JsBoolean): Int

    Permalink
    Definition Classes
    Ordered → Comparable
  33. def ensuring(cond: (JsBoolean) ⇒ Boolean, msg: ⇒ Any): JsBoolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsBoolean to Ensuring[JsBoolean] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  34. def ensuring(cond: (JsBoolean) ⇒ Boolean): JsBoolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsBoolean to Ensuring[JsBoolean] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  35. def ensuring(cond: Boolean, msg: ⇒ Any): JsBoolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsBoolean to Ensuring[JsBoolean] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  36. def ensuring(cond: Boolean): JsBoolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsBoolean to Ensuring[JsBoolean] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  37. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  38. def equals(o: Any): Boolean

    Permalink
    Definition Classes
    JsBoolean → Equals → AnyRef → Any
  39. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  40. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsBoolean to StringFormat[JsBoolean] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  41. def get(key: String): Option[JsValue]

    Permalink
    Definition Classes
    JsValue
  42. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  43. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  44. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  45. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  46. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  47. def prettyPrint: String

    Permalink
    Definition Classes
    JsValue
  48. def remove(index: Int): JsValue

    Permalink
    Definition Classes
    JsValue
  49. def remove(key: String): Option[JsValue]

    Permalink
    Definition Classes
    JsValue
  50. def selectDynamic(key: String): JsValue

    Permalink
    Definition Classes
    JsValue
  51. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  52. def toString(): String

    Permalink
    Definition Classes
    JsBooleanJsValue → AnyRef → Any
  53. def unary_!: Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsBoolean to Boolean performed by method json2Boolean in smile.json.
    Definition Classes
    Boolean
  54. def update(index: Int, value: JsValue): JsValue

    Permalink
    Definition Classes
    JsValue
  55. def update(key: String, value: JsValue): JsValue

    Permalink
    Definition Classes
    JsValue
  56. def updateDynamic(index: Int)(value: JsValue): JsValue

    Permalink
    Definition Classes
    JsValue
  57. def updateDynamic(key: String)(value: JsValue): JsValue

    Permalink
    Definition Classes
    JsValue
  58. val value: Boolean

    Permalink
  59. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  61. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  62. def |(x: Boolean): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsBoolean to Boolean performed by method json2Boolean in smile.json.
    Definition Classes
    Boolean
  63. def ||(x: Boolean): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsBoolean to Boolean performed by method json2Boolean in smile.json.
    Definition Classes
    Boolean
  64. def [B](y: B): (JsBoolean, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsBoolean to ArrowAssoc[JsBoolean] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def !=(x: Boolean): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsBoolean to Boolean performed by method json2Boolean in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsBoolean: Boolean).!=(x)
    Definition Classes
    Boolean
  2. def <(that: JsBoolean): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsBoolean to Ordered[JsBoolean] performed by method orderingToOrdered in scala.math.Ordered.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsBoolean: Ordered[JsBoolean]).<(that)
    Definition Classes
    Ordered
  3. def <=(that: JsBoolean): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsBoolean to Ordered[JsBoolean] performed by method orderingToOrdered in scala.math.Ordered.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsBoolean: Ordered[JsBoolean]).<=(that)
    Definition Classes
    Ordered
  4. def ==(x: Boolean): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsBoolean to Boolean performed by method json2Boolean in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsBoolean: Boolean).==(x)
    Definition Classes
    Boolean
  5. def >(that: JsBoolean): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsBoolean to Ordered[JsBoolean] performed by method orderingToOrdered in scala.math.Ordered.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsBoolean: Ordered[JsBoolean]).>(that)
    Definition Classes
    Ordered
  6. def >=(that: JsBoolean): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsBoolean to Ordered[JsBoolean] performed by method orderingToOrdered in scala.math.Ordered.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsBoolean: Ordered[JsBoolean]).>=(that)
    Definition Classes
    Ordered
  7. def compare(that: JsBoolean): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsBoolean to Ordered[JsBoolean] performed by method orderingToOrdered in scala.math.Ordered.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsBoolean: Ordered[JsBoolean]).compare(that)
    Definition Classes
    Ordered
  8. def compareTo(that: JsBoolean): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsBoolean to Ordered[JsBoolean] performed by method orderingToOrdered in scala.math.Ordered.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsBoolean: Ordered[JsBoolean]).compareTo(that)
    Definition Classes
    Ordered → Comparable

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Ordered[JsBoolean]

Inherited from Comparable[JsBoolean]

Inherited from JsValue

Inherited from Dynamic

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion json2Boolean from JsBoolean to Boolean

Inherited by implicit conversion orderingToOrdered from JsBoolean to Ordered[JsBoolean]

Inherited by implicit conversion any2stringadd from JsBoolean to any2stringadd[JsBoolean]

Inherited by implicit conversion StringFormat from JsBoolean to StringFormat[JsBoolean]

Inherited by implicit conversion Ensuring from JsBoolean to Ensuring[JsBoolean]

Inherited by implicit conversion ArrowAssoc from JsBoolean to ArrowAssoc[JsBoolean]

Ungrouped