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() @HotSpotIntrinsicCandidate()
  8. def des[T](implicit c: Read[T]): T
    Definition Classes
    JsonVal
  9. def encode(b: StringBuffer): Unit
    Definition Classes
    JsNull → JsonVal
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def isEmpty: Boolean
    Definition Classes
    JsNull → JsonVal
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def isNonEmpty: Boolean
    Definition Classes
    JsNull → JsonVal
  16. def named(key: String): JsonVal
    Definition Classes
    JsVariable → JsonVal
  17. def named(key: JsonKeyRef): JsonVal
    Definition Classes
    JsonVal
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def productElementName(n: Int): String
    Definition Classes
    Product
  22. def productElementNames: Iterator[String]
    Definition Classes
    Product
  23. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  24. final def toString(): String
    Definition Classes
    JsNull → JsonVal → AnyRef → Any
  25. def typed[T](key: JsonKeyRef)(implicit arg0: Read[T]): T
    Definition Classes
    JsonVal
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Product

Inherited from Equals

Inherited from JsVariable

Inherited from JsonVal

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped