RoMap

class RoMap(wrapped: Map[String, JsonValue]) extends AbstractMap[String, JsonValue] with VersionSpecificRoMapMethods
class AbstractMap[String, JsonValue]
trait Map[String, JsonValue]
trait MapOps[String, JsonValue, Map, Map[String, JsonValue]]
trait Iterable[(String, JsonValue)]
class AbstractMap[String, JsonValue]
trait Map[String, JsonValue]
trait Equals
trait MapFactoryDefaults[String, JsonValue, Map, Iterable]
trait MapOps[String, JsonValue, Map, Map[String, JsonValue]]
trait PartialFunction[String, JsonValue]
trait String => JsonValue
class AbstractIterable[(String, JsonValue)]
trait Iterable[(String, JsonValue)]
trait IterableFactoryDefaults[(String, JsonValue), Iterable]
trait IterableOps[(String, JsonValue), Iterable, Map[String, JsonValue]]
trait IterableOnceOps[(String, JsonValue), Iterable, Map[String, JsonValue]]
trait IterableOnce[(String, JsonValue)]
class Object
trait Matchable
class Any

Type members

Inherited classlikes

protected
Inherited from
MapOps

Value members

Concrete methods

override
def +[V1 >: JsonValue](kv: (String, V1)): Map[String, V1]
Definition Classes
MapOps -> MapOps
def get(key: String): Option[JsonValue]
def iterator: Iterator[(String, JsonValue)]
def removed(key: String): Map[String, JsonValue]
def toTreeMap: TreeMap[String, JsonValue]
override
def updated[V1 >: JsonValue](key: String, value: V1): Map[String, V1]
Definition Classes
MapOps

Inherited methods

@inline
final
def ++[B >: (String, JsonValue)](suffix: IterableOnce[B]): Iterable[B]
Inherited from
IterableOps
def ++[V2 >: JsonValue](xs: IterableOnce[(String, V2)]): Map[String, V2]
Inherited from
MapOps
@inline
final
def -(key: String): Map[String, JsonValue]
Inherited from
MapOps
@inline
final override
def --(keys: IterableOnce[String]): Map[String, JsonValue]
Definition Classes
MapOps -> MapOps
Inherited from
MapOps
@inline
final
def addString(b: StringBuilder): StringBuilder
Inherited from
IterableOnceOps
@inline
final
def addString(b: StringBuilder, sep: String): StringBuilder
Inherited from
IterableOnceOps
override
def addString(sb: StringBuilder, start: String, sep: String, end: String): StringBuilder
Definition Classes
MapOps -> IterableOnceOps
Inherited from
MapOps
def andThen[C](k: PartialFunction[JsonValue, C]): PartialFunction[String, C]
Inherited from
PartialFunction
override
def andThen[C](k: JsonValue => C): PartialFunction[String, C]
Definition Classes
PartialFunction -> Function1
Inherited from
PartialFunction
@throws(scala.this.throws.$lessinit$greater$default$1[scala.NoSuchElementException])
def apply(key: String): JsonValue
Inherited from
MapOps
override
def applyOrElse[K1 <: String, V1 >: JsonValue](x: K1, default: K1 => V1): V1
Definition Classes
MapOps -> PartialFunction
Inherited from
MapOps
def canEqual(that: Any): Boolean
Inherited from
Map
def collect[B](pf: PartialFunction[(String, JsonValue), B]): Iterable[B]
Inherited from
IterableOps
def collect[K2, V2](pf: PartialFunction[(String, JsonValue), (K2, V2)]): Map[K2, V2]
Inherited from
MapOps
def collectFirst[B](pf: PartialFunction[(String, JsonValue), B]): Option[B]
Inherited from
IterableOnceOps
def compose[R](k: PartialFunction[R, String]): PartialFunction[R, JsonValue]
Inherited from
PartialFunction
@unspecialized
def compose[A](g: A => String): A => JsonValue
Inherited from
Function1
def concat[B >: (String, JsonValue)](suffix: IterableOnce[B]): Iterable[B]
Inherited from
IterableOps
def concat[V2 >: JsonValue](suffix: IterableOnce[(String, V2)]): Map[String, V2]
Inherited from
MapOps
def contains(key: String): Boolean
Inherited from
MapOps
def copyToArray[B >: (String, JsonValue)](xs: Array[B], start: Int, len: Int): Int
Inherited from
IterableOnceOps
@deprecatedOverriding(message = "This should always forward to the 3-arg version of this method", since = "2.13.4")
def copyToArray[B >: (String, JsonValue)](xs: Array[B], start: Int): Int
Inherited from
IterableOnceOps
@deprecatedOverriding(message = "This should always forward to the 3-arg version of this method", since = "2.13.4")
def copyToArray[B >: (String, JsonValue)](xs: Array[B]): Int
Inherited from
IterableOnceOps
def corresponds[B](that: IterableOnce[B])(p: ((String, JsonValue), B) => Boolean): Boolean
Inherited from
IterableOnceOps
def count(p: (String, JsonValue) => Boolean): Int
Inherited from
IterableOnceOps
@throws(scala.this.throws.$lessinit$greater$default$1[scala.NoSuchElementException])
def default(key: String): JsonValue
Inherited from
MapOps
def drop(n: Int): Map[String, JsonValue]
Inherited from
IterableOps
def dropRight(n: Int): Map[String, JsonValue]
Inherited from
IterableOps
def dropWhile(p: (String, JsonValue) => Boolean): Map[String, JsonValue]
Inherited from
IterableOps
def elementWise: ElementWiseExtractor[String, JsonValue]
Inherited from
PartialFunction
override
def empty: Map[String, JsonValue]
Definition Classes
MapFactoryDefaults -> IterableOps
Inherited from
MapFactoryDefaults
override
def equals(o: Any): Boolean
Definition Classes
Map -> Equals -> Any
Inherited from
Map
def exists(p: (String, JsonValue) => Boolean): Boolean
Inherited from
IterableOnceOps
def filter(pred: (String, JsonValue) => Boolean): Map[String, JsonValue]
Inherited from
IterableOps
def filterNot(pred: (String, JsonValue) => Boolean): Map[String, JsonValue]
Inherited from
IterableOps
def find(p: (String, JsonValue) => Boolean): Option[(String, JsonValue)]
Inherited from
IterableOnceOps
def flatMap[B](f: (String, JsonValue) => IterableOnce[B]): Iterable[B]
Inherited from
IterableOps
def flatMap[K2, V2](f: (String, JsonValue) => IterableOnce[(K2, V2)]): Map[K2, V2]
Inherited from
MapOps
def flatten[B](implicit asIterable: (String, JsonValue) => IterableOnce[B]): Iterable[B]
Inherited from
IterableOps
def fold[A1 >: (String, JsonValue)](z: A1)(op: (A1, A1) => A1): A1
Inherited from
IterableOnceOps
def foldLeft[B](z: B)(op: (B, (String, JsonValue)) => B): B
Inherited from
IterableOnceOps
def foldRight[B](z: B)(op: ((String, JsonValue), B) => B): B
Inherited from
IterableOnceOps
def forall(p: (String, JsonValue) => Boolean): Boolean
Inherited from
IterableOnceOps
def foreach[U](f: (String, JsonValue) => U): Unit
Inherited from
IterableOnceOps
def foreachEntry[U](f: (String, JsonValue) => U): Unit
Inherited from
MapOps
override protected
def fromSpecific(coll: IterableOnce[(String, JsonValue)]): Map[String, JsonValue]
Definition Classes
MapFactoryDefaults -> IterableOps
Inherited from
MapFactoryDefaults
def getOrElse[V1 >: JsonValue](key: String, default: => V1): V1
Inherited from
MapOps
def groupBy[K](f: (String, JsonValue) => K): Map[K, Map[String, JsonValue]]
Inherited from
IterableOps
def groupMap[K, B](key: (String, JsonValue) => K)(f: (String, JsonValue) => B): Map[K, Iterable[B]]
Inherited from
IterableOps
def groupMapReduce[K, B](key: (String, JsonValue) => K)(f: (String, JsonValue) => B)(reduce: (B, B) => B): Map[K, B]
Inherited from
IterableOps
def grouped(size: Int): Iterator[Map[String, JsonValue]]
Inherited from
IterableOps
override
def hashCode(): Int
Definition Classes
Map -> Any
Inherited from
Map
def head: (String, JsonValue)
Inherited from
IterableOps
def headOption: Option[(String, JsonValue)]
Inherited from
IterableOps
def init: Map[String, JsonValue]
Inherited from
IterableOps
def inits: Iterator[Map[String, JsonValue]]
Inherited from
IterableOps
def isDefinedAt(key: String): Boolean
Inherited from
MapOps
def isEmpty: Boolean
Inherited from
IterableOnceOps
override
def isTraversableAgain: Boolean
Definition Classes
IterableOps -> IterableOnceOps
Inherited from
IterableOps
override
def iterableFactory: IterableFactory[Iterable]
Definition Classes
Iterable -> Iterable -> IterableOps
Inherited from
Iterable
override
def keySet: Set[String]
Definition Classes
MapOps -> MapOps
Inherited from
MapOps
def keyStepper[S <: Stepper[_]](implicit shape: StepperShape[String, S]): S
Inherited from
MapOps
def keys: Iterable[String]
Inherited from
MapOps
def keysIterator: Iterator[String]
Inherited from
MapOps
def knownSize: Int
Inherited from
IterableOnce
def last: (String, JsonValue)
Inherited from
IterableOps
def lastOption: Option[(String, JsonValue)]
Inherited from
IterableOps
def lazyZip[B](that: Iterable[B]): LazyZip2[(String, JsonValue), B, RoMap]
Inherited from
Iterable
def lift: String => Option[JsonValue]
Inherited from
PartialFunction
def map[B](f: (String, JsonValue) => B): Iterable[B]
Inherited from
IterableOps
def map[K2, V2](f: (String, JsonValue) => (K2, V2)): Map[K2, V2]
Inherited from
MapOps
override
def mapFactory: MapFactory[Map]
Definition Classes
Map -> Map -> MapOps
Inherited from
Map
def max[B >: (String, JsonValue)](implicit ord: Ordering[B]): (String, JsonValue)
Inherited from
IterableOnceOps
def maxBy[B](f: (String, JsonValue) => B)(implicit cmp: Ordering[B]): (String, JsonValue)
Inherited from
IterableOnceOps
def maxByOption[B](f: (String, JsonValue) => B)(implicit cmp: Ordering[B]): Option[(String, JsonValue)]
Inherited from
IterableOnceOps
def maxOption[B >: (String, JsonValue)](implicit ord: Ordering[B]): Option[(String, JsonValue)]
Inherited from
IterableOnceOps
def min[B >: (String, JsonValue)](implicit ord: Ordering[B]): (String, JsonValue)
Inherited from
IterableOnceOps
def minBy[B](f: (String, JsonValue) => B)(implicit cmp: Ordering[B]): (String, JsonValue)
Inherited from
IterableOnceOps
def minByOption[B](f: (String, JsonValue) => B)(implicit cmp: Ordering[B]): Option[(String, JsonValue)]
Inherited from
IterableOnceOps
def minOption[B >: (String, JsonValue)](implicit ord: Ordering[B]): Option[(String, JsonValue)]
Inherited from
IterableOnceOps
@inline
final
def mkString: String
Inherited from
IterableOnceOps
@inline
final
def mkString(sep: String): String
Inherited from
IterableOnceOps
final
def mkString(start: String, sep: String, end: String): String
Inherited from
IterableOnceOps
override protected
def newSpecificBuilder: Builder[(String, JsonValue), Map[String, JsonValue]]
Definition Classes
MapFactoryDefaults -> IterableOps
Inherited from
MapFactoryDefaults
@deprecatedOverriding(message = "nonEmpty is defined as !isEmpty; override isEmpty instead", since = "2.13.0")
def nonEmpty: Boolean
Inherited from
IterableOnceOps
def orElse[A1 <: String, B1 >: JsonValue](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
Inherited from
PartialFunction
def partition(p: (String, JsonValue) => Boolean): (Map[String, JsonValue], Map[String, JsonValue])
Inherited from
IterableOps
def partitionMap[A1, A2](f: (String, JsonValue) => Either[A1, A2]): (Iterable[A1], Iterable[A2])
Inherited from
IterableOps
def product[B >: (String, JsonValue)](implicit num: Numeric[B]): B
Inherited from
IterableOnceOps
def reduce[B >: (String, JsonValue)](op: (B, B) => B): B
Inherited from
IterableOnceOps
def reduceLeft[B >: (String, JsonValue)](op: (B, (String, JsonValue)) => B): B
Inherited from
IterableOnceOps
def reduceLeftOption[B >: (String, JsonValue)](op: (B, (String, JsonValue)) => B): Option[B]
Inherited from
IterableOnceOps
def reduceOption[B >: (String, JsonValue)](op: (B, B) => B): Option[B]
Inherited from
IterableOnceOps
def reduceRight[B >: (String, JsonValue)](op: ((String, JsonValue), B) => B): B
Inherited from
IterableOnceOps
def reduceRightOption[B >: (String, JsonValue)](op: ((String, JsonValue), B) => B): Option[B]
Inherited from
IterableOnceOps
def removedAll(keys: IterableOnce[String]): Map[String, JsonValue]
Inherited from
MapOps
protected
def reversed: Iterable[(String, JsonValue)]
Inherited from
IterableOnceOps
def runWith[U](action: JsonValue => U): String => Boolean
Inherited from
PartialFunction
def scan[B >: (String, JsonValue)](z: B)(op: (B, B) => B): Iterable[B]
Inherited from
IterableOps
def scanLeft[B](z: B)(op: (B, (String, JsonValue)) => B): Iterable[B]
Inherited from
IterableOps
def scanRight[B](z: B)(op: ((String, JsonValue), B) => B): Iterable[B]
Inherited from
IterableOps
def size: Int
Inherited from
IterableOnceOps
def sizeCompare(that: Iterable[_]): Int
Inherited from
IterableOps
def sizeCompare(otherSize: Int): Int
Inherited from
IterableOps
@inline
final
def sizeIs: SizeCompareOps
Inherited from
IterableOps
def slice(from: Int, until: Int): Map[String, JsonValue]
Inherited from
IterableOps
def sliding(size: Int, step: Int): Iterator[Map[String, JsonValue]]
Inherited from
IterableOps
def sliding(size: Int): Iterator[Map[String, JsonValue]]
Inherited from
IterableOps
def span(p: (String, JsonValue) => Boolean): (Map[String, JsonValue], Map[String, JsonValue])
Inherited from
IterableOps
override
def splitAt(n: Int): (Map[String, JsonValue], Map[String, JsonValue])
Definition Classes
IterableOps -> IterableOnceOps
Inherited from
IterableOps
def stepper[S <: Stepper[_]](implicit shape: StepperShape[(String, JsonValue), S]): S
Inherited from
IterableOnce
def sum[B >: (String, JsonValue)](implicit num: Numeric[B]): B
Inherited from
IterableOnceOps
def tail: Map[String, JsonValue]
Inherited from
IterableOps
def tails: Iterator[Map[String, JsonValue]]
Inherited from
IterableOps
def take(n: Int): Map[String, JsonValue]
Inherited from
IterableOps
def takeRight(n: Int): Map[String, JsonValue]
Inherited from
IterableOps
def takeWhile(p: (String, JsonValue) => Boolean): Map[String, JsonValue]
Inherited from
IterableOps
override
def tapEach[U](f: (String, JsonValue) => U): Map[String, JsonValue]
Definition Classes
IterableOps -> IterableOnceOps
Inherited from
IterableOps
def to[C1](factory: Factory[(String, JsonValue), C1]): C1
Inherited from
IterableOnceOps
def toArray[B >: (String, JsonValue) : ClassTag]: Array[B]
Inherited from
IterableOnceOps
@inline
final
def toBuffer[B >: (String, JsonValue)]: Buffer[B]
Inherited from
IterableOnceOps
def toIndexedSeq: IndexedSeq[(String, JsonValue)]
Inherited from
IterableOnceOps
final
Inherited from
Iterable
def toList: List[(String, JsonValue)]
Inherited from
IterableOnceOps
final override
def toMap[K2, V2](implicit ev: (String, JsonValue) <:< (K2, V2)): Map[K2, V2]
Definition Classes
Map -> IterableOnceOps
Inherited from
Map
def toSeq: Seq[(String, JsonValue)]
Inherited from
IterableOnceOps
def toSet[B >: (String, JsonValue)]: Set[B]
Inherited from
IterableOnceOps
override
def toString(): String
Definition Classes
Map -> Function1 -> Iterable -> Any
Inherited from
Map
def toVector: Vector[(String, JsonValue)]
Inherited from
IterableOnceOps
def transform[W](f: (String, JsonValue) => W): Map[String, W]
Inherited from
MapOps
def transpose[B](implicit asIterable: (String, JsonValue) => Iterable[B]): Iterable[Iterable[B]]
Inherited from
IterableOps
def unapply(a: String): Option[JsonValue]
Inherited from
PartialFunction
def unzip[A1, A2](implicit asPair: (String, JsonValue) => (A1, A2)): (Iterable[A1], Iterable[A2])
Inherited from
IterableOps
def unzip3[A1, A2, A3](implicit asTriple: (String, JsonValue) => (A1, A2, A3)): (Iterable[A1], Iterable[A2], Iterable[A3])
Inherited from
IterableOps
def updatedWith[V1 >: JsonValue](key: String)(remappingFunction: Option[JsonValue] => Option[V1]): Map[String, V1]
Inherited from
MapOps
def valueStepper[S <: Stepper[_]](implicit shape: StepperShape[JsonValue, S]): S
Inherited from
MapOps
def values: Iterable[JsonValue]
Inherited from
MapOps
def valuesIterator: Iterator[JsonValue]
Inherited from
MapOps
override
def view: MapView[String, JsonValue]
Definition Classes
MapOps -> IterableOps
Inherited from
MapOps
def withDefault[V1 >: JsonValue](d: String => V1): Map[String, V1]
Inherited from
Map
def withDefaultValue[V1 >: JsonValue](d: V1): Map[String, V1]
Inherited from
Map
override
def withFilter(p: (String, JsonValue) => Boolean): WithFilter[String, JsonValue, Iterable, Map]
Definition Classes
MapFactoryDefaults -> IterableOps
Inherited from
MapFactoryDefaults
def zip[B](that: IterableOnce[B]): Iterable[((String, JsonValue), B)]
Inherited from
IterableOps
def zipAll[A1 >: (String, JsonValue), B](that: Iterable[B], thisElem: A1, thatElem: B): Iterable[(A1, B)]
Inherited from
IterableOps
def zipWithIndex: Iterable[((String, JsonValue), Int)]
Inherited from
IterableOps

Deprecated and Inherited methods

@deprecated(message = "Use ++ with an explicit collection argument instead of + with varargs", since = "2.13.0")
def +[V1 >: JsonValue](elem1: (String, V1), elem2: (String, V1), elems: (String, V1)*): Map[String, V1]
Deprecated
[Since version 2.13.0] Use ++ with an explicit collection argument instead of + with varargs
Inherited from
MapOps
@deprecated(message = "Use ++ instead of ++: for collections of type Iterable", since = "2.13.0")
def ++:[B >: (String, JsonValue)](that: IterableOnce[B]): Iterable[B]
Deprecated
[Since version 2.13.0] Use ++ instead of ++: for collections of type Iterable
Inherited from
IterableOps
@deprecated(message = "Use ++ instead of ++: for collections of type Iterable", since = "2.13.0")
def ++:[V1 >: JsonValue](that: IterableOnce[(String, V1)]): Map[String, V1]
Deprecated
[Since version 2.13.0] Use ++ instead of ++: for collections of type Iterable
Inherited from
MapOps
@deprecated(message = "Use -- with an explicit collection", since = "2.13.0")
def -(key1: String, key2: String, keys: String*): Map[String, JsonValue]
Deprecated
[Since version 2.13.0] Use -- with an explicit collection
Inherited from
MapOps
@inline @deprecated(message = "Use foldLeft instead of /:", since = "2.13.0")
final
def /:[B](z: B)(op: (B, (String, JsonValue)) => B): B
Deprecated
[Since version 2.13.0] Use foldLeft instead of /:
Inherited from
IterableOnceOps
@inline @deprecated(message = "Use foldRight instead of :\\", since = "2.13.0")
final
def :\[B](z: B)(op: ((String, JsonValue), B) => B): B
Deprecated
[Since version 2.13.0] Use foldRight instead of :\\
Inherited from
IterableOnceOps
@deprecated(message = "`aggregate` is not relevant for sequential collections. Use `foldLeft(z)(seqop)` instead.", since = "2.13.0")
def aggregate[B](z: => B)(seqop: (B, (String, JsonValue)) => B, combop: (B, B) => B): B
Deprecated
[Since version 2.13.0] `aggregate` is not relevant for sequential collections. Use `foldLeft(z)(seqop)` instead.
Inherited from
IterableOnceOps
@inline @deprecatedOverriding(message = "Use iterableFactory instead", since = "2.13.0") @deprecated(message = "Use iterableFactory instead", since = "2.13.0")
def companion: IterableFactory[Iterable]
Deprecated
[Since version 2.13.0] Use iterableFactory instead
Inherited from
IterableOps
@inline @deprecated(message = "Use `dest ++= coll` instead", since = "2.13.0")
final
def copyToBuffer[B >: (String, JsonValue)](dest: Buffer[B]): Unit
Deprecated
[Since version 2.13.0] Use `dest ++= coll` instead
Inherited from
IterableOnceOps
@deprecated(message = "Use .view.filterKeys(f). A future version will include a strict version of this method (for now, .view.filterKeys(p).toMap).", since = "2.13.0")
def filterKeys(p: String => Boolean): MapView[String, JsonValue]
Deprecated
[Since version 2.13.0] Use .view.filterKeys(f). A future version will include a strict version of this method (for now, .view.filterKeys(p).toMap).
Inherited from
MapOps
@deprecated(message = "Check .knownSize instead of .hasDefiniteSize for more actionable information (see scaladoc for details)", since = "2.13.0")
def hasDefiniteSize: Boolean
Deprecated
[Since version 2.13.0] Check .knownSize instead of .hasDefiniteSize for more actionable information (see scaladoc for details)
Inherited from
IterableOnceOps
@deprecated(message = "Use .view.mapValues(f). A future version will include a strict version of this method (for now, .view.mapValues(f).toMap).", since = "2.13.0")
def mapValues[W](f: JsonValue => W): MapView[String, W]
Deprecated
[Since version 2.13.0] Use .view.mapValues(f). A future version will include a strict version of this method (for now, .view.mapValues(f).toMap).
Inherited from
MapOps
@deprecated(message = "Use coll instead of repr in a collection implementation, use the collection value itself from the outside", since = "2.13.0")
final
def repr: Map[String, JsonValue]
Deprecated
[Since version 2.13.0] Use coll instead of repr in a collection implementation, use the collection value itself from the outside
Inherited from
IterableOps
@deprecated(message = "Iterable.seq always returns the iterable itself", since = "2.13.0")
def seq: RoMap
Deprecated
[Since version 2.13.0] Iterable.seq always returns the iterable itself
Inherited from
Iterable
@inline @deprecated(message = "Use .iterator instead of .toIterator", since = "2.13.0")
final
def toIterator: Iterator[(String, JsonValue)]
Deprecated
[Since version 2.13.0] Use .iterator instead of .toIterator
Inherited from
IterableOnceOps
@inline @deprecated(message = "Use .to(LazyList) instead of .toStream", since = "2.13.0")
final
def toStream: Stream[(String, JsonValue)]
Deprecated
[Since version 2.13.0] Use .to(LazyList) instead of .toStream
Inherited from
IterableOnceOps
@deprecated(message = "Use toIterable instead", since = "2.13.0")
final
def toTraversable: Iterable[(String, JsonValue)]
Deprecated
[Since version 2.13.0] Use toIterable instead
Inherited from
IterableOps
@deprecated(message = "Use .view.slice(from, until) instead of .view(from, until)", since = "2.13.0")
def view(from: Int, until: Int): View[(String, JsonValue)]
Deprecated
[Since version 2.13.0] Use .view.slice(from, until) instead of .view(from, until)
Inherited from
IterableOps