Instance Constructors
-
new
JObject
(fields: Map[String, JValue])
Type Members
-
type
Self
= Iterable[(String, JValue)]
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
++
[B >: (String, JValue), That]
(that: TraversableOnce[B])(implicit bf: CanBuildFrom[Iterable[(String, JValue)], B, That]): That
-
def
++
[B >: (String, JValue), That]
(that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[Iterable[(String, JValue)], B, That]): That
-
def
++:
[B >: (String, JValue), That]
(that: Traversable[B])(implicit bf: CanBuildFrom[Iterable[(String, JValue)], B, That]): That
-
def
++:
[B >: (String, JValue), That]
(that: TraversableOnce[B])(implicit bf: CanBuildFrom[Iterable[(String, JValue)], B, That]): That
-
def
/:
[B]
(z: B)(op: (B, (String, JValue)) ⇒ B): B
-
def
/:\
[A1 >: (String, JValue)]
(z: A1)(op: (A1, A1) ⇒ A1): A1
-
def
:\
[B]
(z: B)(op: ((String, JValue), B) ⇒ B): B
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
addString
(b: StringBuilder): StringBuilder
-
def
addString
(b: StringBuilder, sep: String): StringBuilder
-
def
addString
(b: StringBuilder, start: String, sep: String, end: String): StringBuilder
-
def
aggregate
[B]
(z: B)(seqop: (B, (String, JValue)) ⇒ B, combop: (B, B) ⇒ B): B
-
def
andThen
[C]
(k: (JValue) ⇒ C): PartialFunction[String, C]
-
def
apply
(key: String): JValue
-
def
asInstanceOf
[T0]
: T0
-
def
canEqual
(that: Any): Boolean
-
def
clone
(): AnyRef
-
def
collect
[B, That]
(pf: PartialFunction[(String, JValue), B])(implicit bf: CanBuildFrom[Iterable[(String, JValue)], B, That]): That
-
def
collectFirst
[B]
(pf: PartialFunction[(String, JValue), B]): Option[B]
-
def
companion
: GenericCompanion[Iterable]
-
def
compose
[A]
(g: (A) ⇒ String): (A) ⇒ JValue
-
def
contains
(s: String): Boolean
-
def
copyToArray
[B >: (String, JValue)]
(xs: Array[B], start: Int, len: Int): Unit
-
def
copyToArray
[B >: (String, JValue)]
(xs: Array[B]): Unit
-
def
copyToArray
[B >: (String, JValue)]
(xs: Array[B], start: Int): Unit
-
def
copyToBuffer
[B >: (String, JValue)]
(dest: Buffer[B]): Unit
-
def
count
(p: ((String, JValue)) ⇒ Boolean): Int
-
def
drop
(n: Int): Iterable[(String, JValue)]
-
def
dropRight
(n: Int): Iterable[(String, JValue)]
-
def
dropWhile
(p: ((String, JValue)) ⇒ Boolean): Iterable[(String, JValue)]
-
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
exists
(p: ((String, JValue)) ⇒ Boolean): Boolean
-
val
fields
: Map[String, JValue]
-
def
filter
(p: ((String, JValue)) ⇒ Boolean): Iterable[(String, JValue)]
-
def
filterNot
(p: ((String, JValue)) ⇒ Boolean): Iterable[(String, JValue)]
-
def
finalize
(): Unit
-
def
find
(p: ((String, JValue)) ⇒ Boolean): Option[(String, JValue)]
-
def
flatMap
[B, That]
(f: ((String, JValue)) ⇒ GenTraversableOnce[B])(implicit bf: CanBuildFrom[Iterable[(String, JValue)], B, That]): That
-
def
flatten
[B]
(implicit asTraversable: ((String, JValue)) ⇒ TraversableOnce[B]): Traversable[B]
-
def
fold
[A1 >: (String, JValue)]
(z: A1)(op: (A1, A1) ⇒ A1): A1
-
def
foldLeft
[B]
(z: B)(op: (B, (String, JValue)) ⇒ B): B
-
def
foldRight
[B]
(z: B)(op: ((String, JValue), B) ⇒ B): B
-
def
forall
(p: ((String, JValue)) ⇒ Boolean): Boolean
-
-
def
foreach
[U]
(f: ((String, JValue)) ⇒ U): Unit
-
def
genericBuilder
[B]
: Builder[B, Iterable[B]]
-
def
get
(key: String): Option[JValue]
-
def
getClass
(): java.lang.Class[_]
-
def
getOrElse
[B1 >: JValue]
(key: String, default: ⇒ B1): B1
-
def
groupBy
[K]
(f: ((String, JValue)) ⇒ K): Map[K, Iterable[(String, JValue)]]
-
def
grouped
(size: Int): Iterator[Iterable[(String, JValue)]]
-
def
hasDefiniteSize
: Boolean
-
def
hashCode
(): Int
-
def
head
: (String, JValue)
-
def
headOption
: Option[(String, JValue)]
-
def
init
: Iterable[(String, JValue)]
-
def
inits
: Iterator[Iterable[(String, JValue)]]
-
def
isDefinedAt
(key: String): Boolean
-
def
isEmpty
: Boolean
-
def
isInstanceOf
[T0]
: Boolean
-
def
isTraversableAgain
: Boolean
-
def
iterator
: Iterator[(String, JValue)]
-
def
keySet
: Set[String]
-
def
keys
: Iterable[String]
-
def
keysIterator
: Iterator[String]
-
def
last
: (String, JValue)
-
def
lastOption
: Option[(String, JValue)]
-
def
lift
: (String) ⇒ Option[JValue]
-
def
map
[B, That]
(f: ((String, JValue)) ⇒ B)(implicit bf: CanBuildFrom[Iterable[(String, JValue)], B, That]): That
-
def
mapValues
[C]
(f: (JValue) ⇒ C): Map[String, C]
-
def
max
[B >: (String, JValue)]
(implicit cmp: Ordering[B]): (String, JValue)
-
def
maxBy
[B]
(f: ((String, JValue)) ⇒ B)(implicit cmp: Ordering[B]): (String, JValue)
-
def
min
[B >: (String, JValue)]
(implicit cmp: Ordering[B]): (String, JValue)
-
def
minBy
[B]
(f: ((String, JValue)) ⇒ B)(implicit cmp: Ordering[B]): (String, JValue)
-
def
mkString
: String
-
def
mkString
(sep: String): String
-
def
mkString
(start: String, sep: String, end: String): String
-
def
ne
(arg0: AnyRef): Boolean
-
def
newBuilder
: Builder[(String, JValue), Iterable[(String, JValue)]]
-
def
nonEmpty
: Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
orElse
[A1 <: String, B1 >: JValue]
(that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
-
def
par
: ParIterable[(String, JValue)]
-
def
parCombiner
: Combiner[(String, JValue), ParIterable[(String, JValue)]]
-
def
partition
(p: ((String, JValue)) ⇒ Boolean): (Iterable[(String, JValue)], Iterable[(String, JValue)])
-
def
product
[B >: (String, JValue)]
(implicit num: Numeric[B]): B
-
def
productArity
: Int
-
def
productElement
(arg0: Int): Any
-
def
productIterator
: Iterator[Any]
-
def
productPrefix
: String
-
def
reduce
[A1 >: (String, JValue)]
(op: (A1, A1) ⇒ A1): A1
-
def
reduceLeft
[B >: (String, JValue)]
(op: (B, (String, JValue)) ⇒ B): B
-
def
reduceLeftOption
[B >: (String, JValue)]
(op: (B, (String, JValue)) ⇒ B): Option[B]
-
def
reduceOption
[A1 >: (String, JValue)]
(op: (A1, A1) ⇒ A1): Option[A1]
-
def
reduceRight
[B >: (String, JValue)]
(op: ((String, JValue), B) ⇒ B): B
-
def
reduceRightOption
[B >: (String, JValue)]
(op: ((String, JValue), B) ⇒ B): Option[B]
-
def
repr
: Iterable[(String, JValue)]
-
def
reversed
: List[(String, JValue)]
-
def
sameElements
[B >: (String, JValue)]
(that: Iterable[B]): Boolean
-
def
sameElements
[B >: (String, JValue)]
(that: GenIterable[B]): Boolean
-
def
scan
[B >: (String, JValue), That]
(z: B)(op: (B, B) ⇒ B)(implicit cbf: CanBuildFrom[Iterable[(String, JValue)], B, That]): That
-
def
scanLeft
[B, That]
(z: B)(op: (B, (String, JValue)) ⇒ B)(implicit bf: CanBuildFrom[Iterable[(String, JValue)], B, That]): That
-
def
scanRight
[B, That]
(z: B)(op: ((String, JValue), B) ⇒ B)(implicit bf: CanBuildFrom[Iterable[(String, JValue)], B, That]): That
-
def
seq
: Iterable[(String, JValue)]
-
def
size
: Int
-
def
slice
(from: Int, until: Int): Iterable[(String, JValue)]
-
def
sliding
[B >: (String, JValue)]
(size: Int, step: Int): Iterator[Iterable[(String, JValue)]]
-
def
sliding
[B >: (String, JValue)]
(size: Int): Iterator[Iterable[(String, JValue)]]
-
def
span
(p: ((String, JValue)) ⇒ Boolean): (Iterable[(String, JValue)], Iterable[(String, JValue)])
-
def
splitAt
(n: Int): (Iterable[(String, JValue)], Iterable[(String, JValue)])
-
def
stringPrefix
: String
-
def
sum
[B >: (String, JValue)]
(implicit num: Numeric[B]): B
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
tail
: Iterable[(String, JValue)]
-
def
tails
: Iterator[Iterable[(String, JValue)]]
-
def
take
(n: Int): Iterable[(String, JValue)]
-
def
takeRight
(n: Int): Iterable[(String, JValue)]
-
def
takeWhile
(p: ((String, JValue)) ⇒ Boolean): Iterable[(String, JValue)]
-
def
thisCollection
: Iterable[(String, JValue)]
-
def
toArray
[B >: (String, JValue)]
(implicit arg0: ClassManifest[B]): Array[B]
-
def
toBuffer
[B >: (String, JValue)]
: Buffer[B]
-
def
toCollection
(repr: Iterable[(String, JValue)]): Iterable[(String, JValue)]
-
def
toIndexedSeq
[B >: (String, JValue)]
: IndexedSeq[B]
-
def
toIterable
: Iterable[(String, JValue)]
-
def
toIterator
: Iterator[(String, JValue)]
-
def
toList
: List[(String, JValue)]
-
def
toMap
[T, U]
(implicit ev: <:<[(String, JValue), (T, U)]): Map[T, U]
-
def
toSeq
: Seq[(String, JValue)]
-
def
toSet
[B >: (String, JValue)]
: Set[B]
-
def
toStream
: Stream[(String, JValue)]
-
def
toString
(): String
-
def
toTraversable
: Traversable[(String, JValue)]
-
def
transpose
[B]
(implicit asTraversable: ((String, JValue)) ⇒ TraversableOnce[B]): Traversable[Traversable[B]]
-
def
unzip
[A1, A2]
(implicit asPair: ((String, JValue)) ⇒ (A1, A2)): (Iterable[A1], Iterable[A2])
-
def
unzip3
[A1, A2, A3]
(implicit asTriple: ((String, JValue)) ⇒ (A1, A2, A3)): (Iterable[A1], Iterable[A2], Iterable[A3])
-
def
values
: Iterable[JValue]
-
def
valuesIterator
: Iterator[JValue]
-
def
view
(from: Int, until: Int): IterableView[(String, JValue), Iterable[(String, JValue)]]
-
def
view
: IterableView[(String, JValue), Iterable[(String, JValue)]]
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
-
def
withFilter
(p: ((String, JValue)) ⇒ Boolean): FilterMonadic[(String, JValue), Iterable[(String, JValue)]]
-
def
zip
[A1 >: (String, JValue), B, That]
(that: Iterable[B])(implicit bf: CanBuildFrom[Iterable[(String, JValue)], (A1, B), That]): That
-
def
zip
[A1 >: (String, JValue), B, That]
(that: GenIterable[B])(implicit bf: CanBuildFrom[Iterable[(String, JValue)], (A1, B), That]): That
-
def
zipAll
[B, A1 >: (String, JValue), That]
(that: Iterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[Iterable[(String, JValue)], (A1, B), That]): That
-
def
zipAll
[B, A1 >: (String, JValue), That]
(that: GenIterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[Iterable[(String, JValue)], (A1, B), That]): That
-
def
zipWithIndex
[A1 >: (String, JValue), That]
(implicit bf: CanBuildFrom[Iterable[(String, JValue)], (A1, Int), That]): That
-
def
elements
: Iterator[(String, JValue)]
-
def
first
: (String, JValue)
-
def
firstOption
: Option[(String, JValue)]
-
def
productElements
: Iterator[Any]
-
def
projection
: IterableView[(String, JValue), Iterable[(String, JValue)]]
Inherited from Serializable
Inherited from Serializable
Inherited from Product
Inherited from PartialFunction[String, JValue]
Inherited from (String) ⇒ JValue
Inherited from Iterable[(String, JValue)]
Inherited from IterableLike[(String, JValue), Iterable[(String, JValue)]]
Inherited from Equals
Inherited from GenIterable[(String, JValue)]
Inherited from GenIterableLike[(String, JValue), Iterable[(String, JValue)]]
Inherited from Traversable[(String, JValue)]
Inherited from GenTraversable[(String, JValue)]
Inherited from GenericTraversableTemplate[(String, JValue), Iterable]
Inherited from TraversableLike[(String, JValue), Iterable[(String, JValue)]]
Inherited from GenTraversableLike[(String, JValue), Iterable[(String, JValue)]]
Inherited from Parallelizable[(String, JValue), ParIterable[(String, JValue)]]
Inherited from TraversableOnce[(String, JValue)]
Inherited from GenTraversableOnce[(String, JValue)]
Inherited from FilterMonadic[(String, JValue), Iterable[(String, JValue)]]
Inherited from HasNewBuilder[(String, JValue), Iterable[(String, JValue)]]
Inherited from AnyRef
Inherited from Any
A JSON object, implemented as a thin wrapper around a map from
Stringto JValue. In many ways this can be treated as aMap, but it is in fact not one.