final case class JsArray(seq: Seq[JsValue] = Vector.empty) extends Json[JsArray] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JsArray
- Serializable
- Product
- Equals
- Json
- JsValue
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def +(path: JsPath, value: JsValue): JsArray
- Definition Classes
- Json
- Annotations
- @inline()
- final def +!(path: JsPath, value: JsValue, padWith: JsValue = JsNull): JsArray
- Definition Classes
- Json
- Annotations
- @inline()
- def ++:(xs: IterableOnce[JsValue]): JsArray
- Annotations
- @inline()
- def +:(value: JsValue): JsArray
- Annotations
- @inline()
- final def -(path: JsPath): JsArray
- Definition Classes
- Json
- Annotations
- @inline()
- final def --(xs: IterableOnce[JsPath]): JsArray
- Definition Classes
- Json
- Annotations
- @inline()
- def :+(value: JsValue): JsArray
- Annotations
- @inline()
- def :++(xs: IterableOnce[JsValue]): JsArray
- Annotations
- @inline()
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def appended(value: JsValue): JsArray
- def appendedAll(xs: IterableOnce[JsValue]): JsArray
- def apply(pos: Position): JsValue
- def apply(i: Int): JsValue
- final def apply(path: JsPath): JsValue
- Definition Classes
- Json
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asJsArray: JsArray
- def asJsBigDec: JsBigDec
- def asJsBigInt: JsBigInt
- def asJsBool: JsBool
- def asJsDouble: JsDouble
- def asJsInt: JsInt
- def asJsLong: JsLong
- def asJsNull: JsNull.type
- def asJsNumber: JsNumber
- def asJsObj: JsObj
- def asJsStr: JsStr
- def asJson: Json[_]
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def conform(specs: (String, JsArraySpec)*): Seq[String]
- def contains(path: JsPath): Boolean
- Definition Classes
- Json
- def count(p: ((JsPath, JsValue)) => Boolean = (_: (JsPath, JsValue)) => true): Int
- Definition Classes
- Json
- def countRec(p: ((JsPath, JsValue)) => Boolean = (_: (JsPath, JsValue)) => true): Int
- Definition Classes
- Json
- def empty: JsArray
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(that: Any): Boolean
- Definition Classes
- JsArray → Equals → AnyRef → Any
- def exists(p: ((JsPath, JsValue)) => Boolean): Boolean
- Definition Classes
- Json
- def fillWith[E <: JsValue, P <: JsValue](seq: Seq[JsValue], i: Int, e: E, p: P): Seq[JsValue]
- Attributes
- protected[value]
- Annotations
- @tailrec()
- def filterJsObjRec(p: (JsPath, JsObj) => Boolean): JsArray
- def filterKeyRec(p: (JsPath, JsValue) => Boolean): JsArray
- def filterRec(p: (JsPath, JsValue) => Boolean): JsArray
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def get(path: JsPath): Option[JsValue]
- Definition Classes
- Json
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def head: JsValue
- def init: JsArray
- def inserted(path: JsPath, value: JsValue, padWith: JsValue = JsNull): JsArray
- def isArr: Boolean
- def isBigDec: Boolean
- def isBigInt: Boolean
- def isBool: Boolean
- def isDecimal: Boolean
- Definition Classes
- JsValue
- def isDouble: Boolean
- def isEmpty: Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isInt: Boolean
- def isIntegral: Boolean
- Definition Classes
- JsValue
- def isJson: Boolean
- Definition Classes
- JsValue
- def isLong: Boolean
- def isNotEmpty: Boolean
- Definition Classes
- Json
- def isNotJson: Boolean
- Definition Classes
- JsValue
- def isNotNumber: Boolean
- Definition Classes
- JsValue
- def isNothing: Boolean
- def isNull: Boolean
- def isNumber: Boolean
- def isObj: Boolean
- def isStr: Boolean
- def last: JsValue
- def length(): Int
- def mapKeyRec(m: (JsPath, JsValue) => String, p: (JsPath, JsValue) => Boolean = (_, _) => true): JsArray
- def mapRec[J <: JsValue](m: (JsPath, JsValue) => J, p: (JsPath, JsValue) => Boolean = (_, _) => true): JsArray
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def nonEmpty: Boolean
- Definition Classes
- Json
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def prepended(value: JsValue): JsArray
- def prependedAll(xs: IterableOnce[JsValue]): JsArray
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def reduceRec[V](p: (JsPath, JsValue) => Boolean = (_, _) => true, m: (JsPath, JsValue) => V, r: (V, V) => V): Option[V]
- def removed(path: JsPath): JsArray
- def removedAll(xs: IterableOnce[JsPath]): JsArray
- val seq: Seq[JsValue]
- def size: Int
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def tail: JsArray
- def toLazyList: LazyList[(JsPath, JsValue)]
- def toLazyListRec: LazyList[(JsPath, JsValue)]
- def toString(): String
- Definition Classes
- JsArray → AnyRef → Any
- def updated(path: JsPath, value: JsValue): JsArray
- def validate(validator: JsValueSpec): Seq[(JsPath, Invalid)]
- def validate(validator: JsArraySpec_?): Seq[(JsPath, Invalid)]
- def validate(validator: JsArraySpec): Seq[(JsPath, Invalid)]
- 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()