Packages

case object JsNull extends JsVariable with Product with Serializable

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def ++(js: JsonVal): JsonVal
    Definition Classes
    JsNull → JsonVal
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def approvalSyntax(c: Char): Unit
    Definition Classes
    JsVariable → JsonVal
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. def des[T](implicit c: Read[T]): T
    Definition Classes
    JsonVal
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def isEmpty: Boolean
    Definition Classes
    JsNull → JsonVal
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def isNonEmptry: Boolean
    Definition Classes
    JsNull → JsonVal
  16. def isSquashable: Boolean
    Definition Classes
    JsonVal
  17. def named(key: String): JsonVal
    Definition Classes
    JsVariable → JsonVal
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. def pour(b: StringBuffer): Unit
    Definition Classes
    JsNull → JsonVal
  22. def prettyprint: String
    Definition Classes
    JsonVal
  23. def productElementName(n: Int): String
    Definition Classes
    Product
  24. def productElementNames: Iterator[String]
    Definition Classes
    Product
  25. def squash: JsonVal
    Definition Classes
    JsonVal
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. final def toString(): String
    Definition Classes
    JsNull → JsonVal → AnyRef → Any
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  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()

Deprecated Value Members

  1. def to[T](implicit c: Read[T]): T
    Definition Classes
    JsonVal
    Annotations
    @deprecated
    Deprecated

    Use des instead of to to avoid the possibility of function name duplication.

Inherited from Product

Inherited from Equals

Inherited from JsVariable

Inherited from JsonVal

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped