Class/Object

smile.json

JsArray

Related Docs: object JsArray | package json

Permalink

case class JsArray(elements: ArrayBuffer[JsValue]) extends JsValue with Traversable[JsValue] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Traversable[JsValue], GenTraversable[JsValue], GenericTraversableTemplate[JsValue, Traversable], TraversableLike[JsValue, Traversable[JsValue]], GenTraversableLike[JsValue, Traversable[JsValue]], Parallelizable[JsValue, ParIterable[JsValue]], TraversableOnce[JsValue], GenTraversableOnce[JsValue], FilterMonadic[JsValue, Traversable[JsValue]], HasNewBuilder[JsValue, Traversable[JsValue]], JsValue, Dynamic, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JsArray
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Traversable
  7. GenTraversable
  8. GenericTraversableTemplate
  9. TraversableLike
  10. GenTraversableLike
  11. Parallelizable
  12. TraversableOnce
  13. GenTraversableOnce
  14. FilterMonadic
  15. HasNewBuilder
  16. JsValue
  17. Dynamic
  18. AnyRef
  19. Any
Implicitly
  1. by CollectionsHaveToParArray
  2. by MonadOps
  3. by jsArrayTopLevel
  4. by any2stringadd
  5. by StringFormat
  6. by Ensuring
  7. by ArrowAssoc
  8. by alternateImplicit
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JsArray(elements: ArrayBuffer[JsValue])

    Permalink

Type Members

  1. type Self = Traversable[JsValue]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    TraversableLike
  2. class WithFilter extends FilterMonadic[A, Repr]

    Permalink
    Definition Classes
    TraversableLike

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsArray to any2stringadd[JsArray] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ++[B >: JsValue, That](that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[Traversable[JsValue], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  5. def ++:[B >: JsValue, That](that: Traversable[B])(implicit bf: CanBuildFrom[Traversable[JsValue], B, That]): That

    Permalink
    Definition Classes
    TraversableLike
  6. def ++:[B >: JsValue, That](that: TraversableOnce[B])(implicit bf: CanBuildFrom[Traversable[JsValue], B, That]): That

    Permalink
    Definition Classes
    TraversableLike
  7. def ++=(xs: TraversableOnce[JsValue]): JsValue

    Permalink

    Appends a number of elements provided by an iterable object.

    Appends a number of elements provided by an iterable object. The identity of the array is returned.

    xs

    the iterable object.

    returns

    the updated buffer.

  8. def ++=:(xs: TraversableOnce[JsValue]): JsValue

    Permalink

    Prepends a number of elements provided by an iterable object.

    Prepends a number of elements provided by an iterable object. The identity of the array is returned.

    xs

    the iterable object.

    returns

    the updated array.

  9. def +=(elem: JsValue): JsArray

    Permalink

    Appends a single element to this array and returns the identity of the array.

    Appends a single element to this array and returns the identity of the array. It takes constant amortized time.

    elem

    the element to append.

    returns

    the updated array.

  10. def +=:(elem: JsValue): JsValue

    Permalink

    Prepends a single element to this buffer and returns the identity of the array.

    Prepends a single element to this buffer and returns the identity of the array. It takes time linear in the buffer size.

    elem

    the element to prepend.

    returns

    the updated array.

  11. def ->[B](y: B): (JsArray, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsArray to ArrowAssoc[JsArray] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  12. def /:[B](z: B)(op: (B, JsValue) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  13. def :\[B](z: B)(op: (JsValue, B) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  14. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  15. def addString(b: StringBuilder): StringBuilder

    Permalink
    Definition Classes
    TraversableOnce
  16. def addString(b: StringBuilder, sep: String): StringBuilder

    Permalink
    Definition Classes
    TraversableOnce
  17. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder

    Permalink
    Definition Classes
    TraversableOnce
  18. def aggregate[B](z: ⇒ B)(seqop: (B, JsValue) ⇒ B, combop: (B, B) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  19. def apply(range: Range): JsArray

    Permalink
    Definition Classes
    JsArrayJsValue
  20. def apply(start: Int, end: Int, step: Int): JsArray

    Permalink
    Definition Classes
    JsArrayJsValue
  21. def apply(start: Int, end: Int): JsArray

    Permalink
    Definition Classes
    JsArrayJsValue
  22. def apply(index: Int): JsValue

    Permalink
    Definition Classes
    JsArrayJsValue
  23. def apply(key: String): JsValue

    Permalink
    Definition Classes
    JsValue
  24. def applyDynamic(key: String)(index: Int): JsValue

    Permalink
    Definition Classes
    JsValue
  25. def asBoolean: Boolean

    Permalink
    Definition Classes
    JsValue
  26. def asDate: LocalDate

    Permalink
    Definition Classes
    JsValue
  27. def asDateTime: LocalDateTime

    Permalink
    Definition Classes
    JsValue
  28. def asDecimal: BigDecimal

    Permalink
    Definition Classes
    JsValue
  29. def asDouble: Double

    Permalink
    Definition Classes
    JsValue
  30. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  31. def asInt: Int

    Permalink
    Definition Classes
    JsValue
  32. def asLong: Long

    Permalink
    Definition Classes
    JsValue
  33. def asTime: LocalTime

    Permalink
    Definition Classes
    JsValue
  34. def asTimestamp: Timestamp

    Permalink
    Definition Classes
    JsValue
  35. val b: JsArray

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsArray to Right[Nothing, JsArray] performed by method jsArrayTopLevel in smile.json.
    Definition Classes
    Right
  36. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. def collect[B, That](pf: PartialFunction[JsValue, B])(implicit bf: CanBuildFrom[Traversable[JsValue], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  38. def collectFirst[B](pf: PartialFunction[JsValue, B]): Option[B]

    Permalink
    Definition Classes
    TraversableOnce
  39. def compactPrint: String

    Permalink
    Definition Classes
    JsValue
  40. def companion: GenericCompanion[Traversable]

    Permalink
    Definition Classes
    Traversable → GenTraversable → GenericTraversableTemplate
  41. def copyToArray[B >: JsValue](xs: Array[B], start: Int, len: Int): Unit

    Permalink
    Definition Classes
    JsArray → TraversableLike → TraversableOnce → GenTraversableOnce
  42. def copyToArray[B >: JsValue](xs: Array[B]): Unit

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  43. def copyToArray[B >: JsValue](xs: Array[B], start: Int): Unit

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  44. def copyToBuffer[B >: JsValue](dest: Buffer[B]): Unit

    Permalink
    Definition Classes
    TraversableOnce
  45. def count(p: (JsValue) ⇒ Boolean): Int

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  46. def drop(n: Int): Traversable[JsValue]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  47. def dropWhile(p: (JsValue) ⇒ Boolean): Traversable[JsValue]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  48. val elements: ArrayBuffer[JsValue]

    Permalink
  49. def ensuring(cond: (JsArray) ⇒ Boolean, msg: ⇒ Any): JsArray

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsArray to Ensuring[JsArray] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  50. def ensuring(cond: (JsArray) ⇒ Boolean): JsArray

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsArray to Ensuring[JsArray] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  51. def ensuring(cond: Boolean, msg: ⇒ Any): JsArray

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsArray to Ensuring[JsArray] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  52. def ensuring(cond: Boolean): JsArray

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsArray to Ensuring[JsArray] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  53. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  54. def equals(o: Any): Boolean

    Permalink
    Definition Classes
    JsArray → Equals → AnyRef → Any
  55. def exists(p: (JsValue) ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    JsArray → TraversableLike → TraversableOnce → GenTraversableOnce
  56. def filter(p: (JsValue) ⇒ Boolean): Traversable[JsValue]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  57. def filterNot(p: (JsValue) ⇒ Boolean): Traversable[JsValue]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  58. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  59. def find(p: (JsValue) ⇒ Boolean): Option[JsValue]

    Permalink
    Definition Classes
    JsArray → TraversableLike → TraversableOnce → GenTraversableOnce
  60. def flatMap[B, That](f: (JsValue) ⇒ GenTraversableOnce[B])(implicit bf: CanBuildFrom[Traversable[JsValue], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  61. def flatten[B](implicit asTraversable: (JsValue) ⇒ GenTraversableOnce[B]): Traversable[B]

    Permalink
    Definition Classes
    GenericTraversableTemplate
  62. def fold[A1 >: JsValue](z: A1)(op: (A1, A1) ⇒ A1): A1

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  63. def foldLeft[B](z: B)(op: (B, JsValue) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  64. def foldRight[B](z: B)(op: (JsValue, B) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  65. def forall(p: (JsValue) ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    JsArray → TraversableLike → TraversableOnce → GenTraversableOnce
  66. def foreach[U](p: (JsValue) ⇒ U): Unit

    Permalink
    Definition Classes
    JsArray → GenericTraversableTemplate → TraversableLike → GenTraversableLike → TraversableOnce → GenTraversableOnce → FilterMonadic
  67. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsArray to StringFormat[JsArray] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  68. def genericBuilder[B]: Builder[B, Traversable[B]]

    Permalink
    Definition Classes
    GenericTraversableTemplate
  69. def get(key: String): Option[JsValue]

    Permalink
    Definition Classes
    JsValue
  70. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  71. def groupBy[K](f: (JsValue) ⇒ K): Map[K, Traversable[JsValue]]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  72. def hasDefiniteSize: Boolean

    Permalink
    Definition Classes
    JsArray → TraversableLike → TraversableOnce → GenTraversableOnce
  73. def head: JsValue

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  74. def headOption: Option[JsValue]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  75. def init: Traversable[JsValue]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  76. def inits: Iterator[Traversable[JsValue]]

    Permalink
    Definition Classes
    TraversableLike
  77. def insertAll(idx: Int, seq: Iterable[JsValue]): Unit

    Permalink

    Inserts new elements at the index n.

    Inserts new elements at the index n. Opposed to method update, this method will not replace an element with a new one. Instead, it will insert a new element at index n.

    idx

    the index where a new element will be inserted.

    seq

    the iterable object providing all elements to insert.

  78. def isEmpty: Boolean

    Permalink
    Definition Classes
    JsArray → GenericTraversableTemplate → TraversableLike → TraversableOnce → GenTraversableOnce
  79. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  80. def isLeft: Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsArray to Right[Nothing, JsArray] performed by method jsArrayTopLevel in smile.json.
    Definition Classes
    Right → Either
  81. def isRight: Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsArray to Right[Nothing, JsArray] performed by method jsArrayTopLevel in smile.json.
    Definition Classes
    Right → Either
  82. final def isTraversableAgain: Boolean

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike → GenTraversableOnce
  83. def joinLeft[A1 >: A, B1 >: B, C](implicit ev: <:<[A1, Either[C, B1]]): Either[C, B1]

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsArray to Right[Nothing, JsArray] performed by method jsArrayTopLevel in smile.json.
    Definition Classes
    Either
  84. def joinRight[A1 >: A, B1 >: B, C](implicit ev: <:<[B1, Either[A1, C]]): Either[A1, C]

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsArray to Right[Nothing, JsArray] performed by method jsArrayTopLevel in smile.json.
    Definition Classes
    Either
  85. def last: JsValue

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  86. def lastOption: Option[JsValue]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  87. def left: LeftProjection[Nothing, JsArray]

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsArray to Right[Nothing, JsArray] performed by method jsArrayTopLevel in smile.json.
    Definition Classes
    Either
  88. def map[B, That](f: (JsValue) ⇒ B)(implicit bf: CanBuildFrom[Traversable[JsValue], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  89. def max[B >: JsValue](implicit cmp: Ordering[B]): JsValue

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  90. def maxBy[B](f: (JsValue) ⇒ B)(implicit cmp: Ordering[B]): JsValue

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  91. def min[B >: JsValue](implicit cmp: Ordering[B]): JsValue

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  92. def minBy[B](f: (JsValue) ⇒ B)(implicit cmp: Ordering[B]): JsValue

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  93. def mkString: String

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  94. def mkString(sep: String): String

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  95. def mkString(start: String, sep: String, end: String): String

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  96. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  97. def newBuilder: Builder[JsValue, Traversable[JsValue]]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    GenericTraversableTemplate → HasNewBuilder
  98. def nonEmpty: Boolean

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  99. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  100. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  101. def par: ParIterable[JsValue]

    Permalink
    Definition Classes
    Parallelizable
  102. def parCombiner: Combiner[JsValue, ParIterable[JsValue]]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    TraversableLike → Parallelizable
  103. def partition(p: (JsValue) ⇒ Boolean): (Traversable[JsValue], Traversable[JsValue])

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  104. def prettyPrint: String

    Permalink
    Definition Classes
    JsValue
  105. def product[B >: JsValue](implicit num: Numeric[B]): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  106. def reduce[A1 >: JsValue](op: (A1, A1) ⇒ A1): A1

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  107. def reduceLeft[B >: JsValue](op: (B, JsValue) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce
  108. def reduceLeftOption[B >: JsValue](op: (B, JsValue) ⇒ B): Option[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  109. def reduceOption[A1 >: JsValue](op: (A1, A1) ⇒ A1): Option[A1]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  110. def reduceRight[B >: JsValue](op: (JsValue, B) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  111. def reduceRightOption[B >: JsValue](op: (JsValue, B) ⇒ B): Option[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  112. def remove(idx: Int, count: Int): Unit

    Permalink

    Removes the element on a given index position.

    Removes the element on a given index position. It takes time linear in the buffer size.

    idx

    the index which refers to the first element to delete.

    count

    the number of elements to delete

  113. def remove(index: Int): JsValue

    Permalink
    Definition Classes
    JsArrayJsValue
  114. def remove(key: String): Option[JsValue]

    Permalink
    Definition Classes
    JsValue
  115. def repr: Traversable[JsValue]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  116. def reversed: List[JsValue]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    TraversableOnce
  117. def right: RightProjection[Nothing, JsArray]

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsArray to Right[Nothing, JsArray] performed by method jsArrayTopLevel in smile.json.
    Definition Classes
    Either
  118. def scan[B >: JsValue, That](z: B)(op: (B, B) ⇒ B)(implicit cbf: CanBuildFrom[Traversable[JsValue], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  119. def scanLeft[B, That](z: B)(op: (B, JsValue) ⇒ B)(implicit bf: CanBuildFrom[Traversable[JsValue], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  120. def scanRight[B, That](z: B)(op: (JsValue, B) ⇒ B)(implicit bf: CanBuildFrom[Traversable[JsValue], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
    Annotations
    @migration
    Migration

    (Changed in version 2.9.0) The behavior of scanRight has changed. The previous behavior can be reproduced with scanRight.reverse.

  121. def selectDynamic(key: String): JsValue

    Permalink
    Definition Classes
    JsValue
  122. def seq: Traversable[JsValue]

    Permalink
    Definition Classes
    JsArray → Traversable → GenTraversable → Parallelizable → TraversableOnce → GenTraversableOnce
  123. def size: Int

    Permalink
    Definition Classes
    JsArray → GenTraversableLike → TraversableOnce → GenTraversableOnce
  124. def slice(from: Int, until: Int): Traversable[JsValue]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  125. def span(p: (JsValue) ⇒ Boolean): (Traversable[JsValue], Traversable[JsValue])

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  126. def splitAt(n: Int): (Traversable[JsValue], Traversable[JsValue])

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  127. def stringPrefix: String

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  128. def sum[B >: JsValue](implicit num: Numeric[B]): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  129. def swap: Product with Serializable with Either[JsArray, Nothing]

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsArray to Right[Nothing, JsArray] performed by method jsArrayTopLevel in smile.json.
    Definition Classes
    Either
  130. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  131. def tail: Traversable[JsValue]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  132. def tails: Iterator[Traversable[JsValue]]

    Permalink
    Definition Classes
    TraversableLike
  133. def take(n: Int): Traversable[JsValue]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  134. def takeWhile(p: (JsValue) ⇒ Boolean): Traversable[JsValue]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  135. def thisCollection: Traversable[JsValue]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    TraversableLike
  136. def to[Col[_]](implicit cbf: CanBuildFrom[Nothing, JsValue, Col[JsValue]]): Col[JsValue]

    Permalink
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  137. def toArray[B >: JsValue](implicit arg0: ClassTag[B]): Array[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  138. def toBuffer[B >: JsValue]: Buffer[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  139. def toCollection(repr: Traversable[JsValue]): Traversable[JsValue]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    TraversableLike
  140. def toIndexedSeq: IndexedSeq[JsValue]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  141. def toIterable: Iterable[JsValue]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  142. def toIterator: Iterator[JsValue]

    Permalink
    Definition Classes
    JsArray → TraversableLike → GenTraversableOnce
  143. def toList: List[JsValue]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  144. def toMap[T, U](implicit ev: <:<[JsValue, (T, U)]): Map[T, U]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  145. def toParArray: ParArray[T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsArray to CollectionsHaveToParArray[JsArray, T] performed by method CollectionsHaveToParArray in scala.collection.parallel. This conversion will take place only if an implicit value of type (JsArray) ⇒ GenTraversableOnce[T] is in scope.
    Definition Classes
    CollectionsHaveToParArray
  146. def toSeq: Seq[JsValue]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  147. def toSet[B >: JsValue]: Set[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  148. def toStream: Stream[JsValue]

    Permalink
    Definition Classes
    JsArray → TraversableLike → GenTraversableOnce
  149. def toString(): String

    Permalink
    Definition Classes
    JsArray → TraversableLike → JsValue → AnyRef → Any
  150. def toTraversable: Traversable[JsValue]

    Permalink
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  151. def toVector: Vector[JsValue]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  152. def transpose[B](implicit asTraversable: (JsValue) ⇒ GenTraversableOnce[B]): Traversable[Traversable[B]]

    Permalink
    Definition Classes
    GenericTraversableTemplate
    Annotations
    @migration
    Migration

    (Changed in version 2.9.0) transpose throws an IllegalArgumentException if collections are not uniformly sized.

  153. def unzip[A1, A2](implicit asPair: (JsValue) ⇒ (A1, A2)): (Traversable[A1], Traversable[A2])

    Permalink
    Definition Classes
    GenericTraversableTemplate
  154. def unzip3[A1, A2, A3](implicit asTriple: (JsValue) ⇒ (A1, A2, A3)): (Traversable[A1], Traversable[A2], Traversable[A3])

    Permalink
    Definition Classes
    GenericTraversableTemplate
  155. def update(index: Int, value: JsValue): JsValue

    Permalink
    Definition Classes
    JsArrayJsValue
  156. def update(key: String, value: JsValue): JsValue

    Permalink
    Definition Classes
    JsValue
  157. def updateDynamic(index: Int)(value: JsValue): JsValue

    Permalink
    Definition Classes
    JsArrayJsValue
  158. def updateDynamic(key: String)(value: JsValue): JsValue

    Permalink
    Definition Classes
    JsValue
  159. def view(from: Int, until: Int): TraversableView[JsValue, Traversable[JsValue]]

    Permalink
    Definition Classes
    TraversableLike
  160. def view: TraversableView[JsValue, Traversable[JsValue]]

    Permalink
    Definition Classes
    TraversableLike
  161. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  162. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  163. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  164. def withFilter(p: (JsValue) ⇒ Boolean): FilterMonadic[JsValue, Traversable[JsValue]]

    Permalink
    Definition Classes
    TraversableLike → FilterMonadic
  165. def [B](y: B): (JsArray, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsArray to ArrowAssoc[JsArray] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def filter(p: (JsValue) ⇒ Boolean): TraversableOnce[JsValue]

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsArray to MonadOps[JsValue] performed by method MonadOps in scala.collection.TraversableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsArray: MonadOps[JsValue]).filter(p)
    Definition Classes
    MonadOps
  2. def flatMap[B](f: (JsValue) ⇒ GenTraversableOnce[B]): TraversableOnce[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsArray to MonadOps[JsValue] performed by method MonadOps in scala.collection.TraversableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsArray: MonadOps[JsValue]).flatMap(f)
    Definition Classes
    MonadOps
  3. def fold[X](fa: (Nothing) ⇒ X, fb: (JsArray) ⇒ X): X

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsArray to Right[Nothing, JsArray] performed by method jsArrayTopLevel in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsArray: Right[Nothing, JsArray]).fold(fa, fb)
    Definition Classes
    Either
  4. def map[B](f: (JsValue) ⇒ B): TraversableOnce[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsArray to MonadOps[JsValue] performed by method MonadOps in scala.collection.TraversableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsArray: MonadOps[JsValue]).map(f)
    Definition Classes
    MonadOps
  5. def withFilter(p: (JsValue) ⇒ Boolean): Iterator[JsValue]

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsArray to MonadOps[JsValue] performed by method MonadOps in scala.collection.TraversableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsArray: MonadOps[JsValue]).withFilter(p)
    Definition Classes
    MonadOps

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Traversable[JsValue]

Inherited from GenTraversable[JsValue]

Inherited from GenericTraversableTemplate[JsValue, Traversable]

Inherited from TraversableLike[JsValue, Traversable[JsValue]]

Inherited from GenTraversableLike[JsValue, Traversable[JsValue]]

Inherited from Parallelizable[JsValue, ParIterable[JsValue]]

Inherited from TraversableOnce[JsValue]

Inherited from GenTraversableOnce[JsValue]

Inherited from FilterMonadic[JsValue, Traversable[JsValue]]

Inherited from HasNewBuilder[JsValue, Traversable[JsValue]]

Inherited from JsValue

Inherited from Dynamic

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion CollectionsHaveToParArray from JsArray to CollectionsHaveToParArray[JsArray, T]

Inherited by implicit conversion MonadOps from JsArray to MonadOps[JsValue]

Inherited by implicit conversion jsArrayTopLevel from JsArray to Right[Nothing, JsArray]

Inherited by implicit conversion any2stringadd from JsArray to any2stringadd[JsArray]

Inherited by implicit conversion StringFormat from JsArray to StringFormat[JsArray]

Inherited by implicit conversion Ensuring from JsArray to Ensuring[JsArray]

Inherited by implicit conversion ArrowAssoc from JsArray to ArrowAssoc[JsArray]

Inherited by implicit conversion alternateImplicit from JsArray to ForceImplicitAmbiguity

Ungrouped