o

jsonvalues

JsNothing

object JsNothing extends JsValue with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, JsValue, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JsNothing
  2. Serializable
  3. Product
  4. Equals
  5. JsValue
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def isArr: Boolean
    Definition Classes
    JsNothingJsValue
  2. def isBigDec: Boolean
    Definition Classes
    JsNothingJsValue
  3. def isBigInt: Boolean
    Definition Classes
    JsNothingJsValue
  4. def isBool: Boolean
    Definition Classes
    JsNothingJsValue
  5. def isDouble: Boolean
    Definition Classes
    JsNothingJsValue
  6. def isInt: Boolean
    Definition Classes
    JsNothingJsValue
  7. val isJson: Boolean
    Definition Classes
    JsValue
  8. def isLong: Boolean
    Definition Classes
    JsNothingJsValue
  9. def isNothing: Boolean
    Definition Classes
    JsNothingJsValue
  10. def isNull: Boolean
    Definition Classes
    JsNothingJsValue
  11. def isNumber: Boolean
    Definition Classes
    JsNothingJsValue
  12. def isObj: Boolean
    Definition Classes
    JsNothingJsValue
  13. def isStr: Boolean
    Definition Classes
    JsNothingJsValue
  14. def productElementName(n: Int): String
    Definition Classes
    Product
  15. def productElementNames: Iterator[String]
    Definition Classes
    Product