final case class JsArray(seq: Vector[JsValue] = Vector.empty) extends Json[JsArray] with Product with Serializable
Instance Constructors
- new JsArray(seq: Vector[JsValue] = Vector.empty)
Value Members
- final def !=(arg0: Any): Boolean
- final def ##(): Int
- final def +(pair: (JsPath, JsValue)): JsArray
- final def +!(pair: (JsPath, JsValue)): JsArray
- def ++:(xs: IterableOnce[JsValue]): JsArray
- def +:(elem: JsValue): JsArray
- final def -(path: JsPath): JsArray
- final def --(xs: IterableOnce[JsPath]): JsArray
- def :+(elem: JsValue): JsArray
- def :++(xs: IterableOnce[JsValue]): JsArray
- final def ==(arg0: Any): Boolean
- def appended(ele: JsValue): JsArray
- def appendedAll(xs: IterableOnce[JsValue]): JsArray
- def apply(pos: Position): JsValue
- def apply(i: Int): JsValue
- final def apply(path: JsPath): JsValue
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- def contains(path: JsPath): Boolean
- def count(p: ((JsPath, JsValue)) => Boolean): Int
- def countRec(p: ((JsPath, JsValue)) => Boolean): Int
- def empty: JsArray
- final def eq(arg0: AnyRef): Boolean
- def equals(that: Any): Boolean
- def exists(p: ((JsPath, JsValue)) => Boolean): Boolean
- def fillWithNull[E <: JsValue](seq: Vector[JsValue], i: Int, e: E): Vector[JsValue]
- def finalize(): Unit
- def get(path: JsPath): Option[JsValue]
- final def getClass(): Class[_ <: AnyRef]
- def head: JsValue
- def init: JsArray
- def inserted(pair: (JsPath, JsValue)): JsArray
- def isArr: Boolean
- def isBigDec: Boolean
- def isBigInt: Boolean
- def isBool: Boolean
- def isDouble: Boolean
- def isEmpty: Boolean
- final def isInstanceOf[T0]: Boolean
- def isInt: Boolean
- val isJson: Boolean
- def isLong: Boolean
- def isNothing: Boolean
- def isNull: Boolean
- def isNumber: Boolean
- def isObj: Boolean
- def isStr: Boolean
- def length(): Int
- final def mkString(start: String, sep: String, end: String): String
- final def mkString(sep: String): String
- final def mkString: String
- final def ne(arg0: AnyRef): Boolean
- final def nonEmpty: Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def prepended(ele: JsValue): JsArray
- def prependedAll(xs: IterableOnce[JsValue]): JsArray
- def productElementNames: Iterator[String]
- def removed(path: JsPath): JsArray
- def removedAll(xs: IterableOnce[JsPath]): JsArray
- val seq: Vector[JsValue]
- def size: Int
- final def synchronized[T0](arg0: => T0): T0
- def tail: JsArray
- def toLazyList: LazyList[(JsPath, JsValue)]
- def toLazyListRec: LazyList[(JsPath, JsValue)]
- def toString(): String
- def updated(pair: (JsPath, JsValue)): JsArray
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
Inherited from Product
Value Members
- def productElementNames: Iterator[String]
Value Members
- final def +(pair: (JsPath, JsValue)): JsArray
- final def +!(pair: (JsPath, JsValue)): JsArray
- final def -(path: JsPath): JsArray
- final def --(xs: IterableOnce[JsPath]): JsArray
- final def apply(path: JsPath): JsValue
- def contains(path: JsPath): Boolean
- def count(p: ((JsPath, JsValue)) => Boolean): Int
- def countRec(p: ((JsPath, JsValue)) => Boolean): Int
- def exists(p: ((JsPath, JsValue)) => Boolean): Boolean
- def get(path: JsPath): Option[JsValue]
- def isBigDec: Boolean
- def isBigInt: Boolean
- def isBool: Boolean
- def isDouble: Boolean
- def isInt: Boolean
- def isLong: Boolean
- def isNothing: Boolean
- def isNull: Boolean
- def isNumber: Boolean
- def isStr: Boolean
- final def mkString(start: String, sep: String, end: String): String
- final def mkString(sep: String): String
- final def mkString: String
- final def nonEmpty: Boolean
Inherited from JsValue
Value Members
- val isJson: Boolean
Inherited from AnyRef
Value Members
- final def !=(arg0: Any): Boolean
- final def ##(): Int
- final def ==(arg0: Any): Boolean
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def finalize(): Unit
- final def getClass(): Class[_ <: AnyRef]
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
Inherited from Any
Value Members
- final def asInstanceOf[T0]: T0
- final def isInstanceOf[T0]: Boolean
Ungrouped
- final def !=(arg0: Any): Boolean
- final def ##(): Int
- final def +(pair: (JsPath, JsValue)): JsArray
- final def +!(pair: (JsPath, JsValue)): JsArray
- def ++:(xs: IterableOnce[JsValue]): JsArray
- def +:(elem: JsValue): JsArray
- final def -(path: JsPath): JsArray
- final def --(xs: IterableOnce[JsPath]): JsArray
- def :+(elem: JsValue): JsArray
- def :++(xs: IterableOnce[JsValue]): JsArray
- final def ==(arg0: Any): Boolean
- def appended(ele: JsValue): JsArray
- def appendedAll(xs: IterableOnce[JsValue]): JsArray
- def apply(pos: Position): JsValue
- def apply(i: Int): JsValue
- final def apply(path: JsPath): JsValue
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- def contains(path: JsPath): Boolean
- def count(p: ((JsPath, JsValue)) => Boolean): Int
- def countRec(p: ((JsPath, JsValue)) => Boolean): Int
- def empty: JsArray
- final def eq(arg0: AnyRef): Boolean
- def equals(that: Any): Boolean
- def exists(p: ((JsPath, JsValue)) => Boolean): Boolean
- def fillWithNull[E <: JsValue](seq: Vector[JsValue], i: Int, e: E): Vector[JsValue]
- def finalize(): Unit
- def get(path: JsPath): Option[JsValue]
- final def getClass(): Class[_ <: AnyRef]
- def head: JsValue
- def init: JsArray
- def inserted(pair: (JsPath, JsValue)): JsArray
- def isArr: Boolean
- def isBigDec: Boolean
- def isBigInt: Boolean
- def isBool: Boolean
- def isDouble: Boolean
- def isEmpty: Boolean
- final def isInstanceOf[T0]: Boolean
- def isInt: Boolean
- val isJson: Boolean
- def isLong: Boolean
- def isNothing: Boolean
- def isNull: Boolean
- def isNumber: Boolean
- def isObj: Boolean
- def isStr: Boolean
- def length(): Int
- final def mkString(start: String, sep: String, end: String): String
- final def mkString(sep: String): String
- final def mkString: String
- final def ne(arg0: AnyRef): Boolean
- final def nonEmpty: Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def prepended(ele: JsValue): JsArray
- def prependedAll(xs: IterableOnce[JsValue]): JsArray
- def productElementNames: Iterator[String]
- def removed(path: JsPath): JsArray
- def removedAll(xs: IterableOnce[JsPath]): JsArray
- val seq: Vector[JsValue]
- def size: Int
- final def synchronized[T0](arg0: => T0): T0
- def tail: JsArray
- def toLazyList: LazyList[(JsPath, JsValue)]
- def toLazyListRec: LazyList[(JsPath, JsValue)]
- def toString(): String
- def updated(pair: (JsPath, JsValue)): JsArray
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit