trait JsValue extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- JsValue
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
- abstract def asJsArray: JsArray
- abstract def asJsBigDec: JsBigDec
- abstract def asJsBigInt: JsBigInt
- abstract def asJsBool: JsBool
- abstract def asJsDouble: JsDouble
- abstract def asJsInt: JsInt
- abstract def asJsLong: JsLong
- abstract def asJsNull: JsNull.type
- abstract def asJsNumber: JsNumber
- abstract def asJsObj: JsObj
- abstract def asJsStr: JsStr
- abstract def asJson: Json[_]
- abstract def isArr: Boolean
- abstract def isBigDec: Boolean
- abstract def isBigInt: Boolean
- abstract def isBool: Boolean
- abstract def isDouble: Boolean
- abstract def isInt: Boolean
- abstract def isLong: Boolean
- abstract def isNothing: Boolean
- abstract def isNull: Boolean
- abstract def isNumber: Boolean
- abstract def isObj: Boolean
- abstract def isStr: Boolean
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def isDecimal: Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isIntegral: Boolean
- def isJson: Boolean
- def isNotJson: Boolean
- def isNotNumber: Boolean
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()