Packages

final class WrappedDictionary[A] extends AbstractMap[String, A] with collection.mutable.Map[String, A] with MapLike[String, A, WrappedDictionary[A]]

Wrapper to use a js.Dictionary as a scala.mutable.Map

Annotations
@inline()
Linear Supertypes
AbstractMap[String, A], collection.mutable.Map[String, A], MapLike[String, A, WrappedDictionary[A]], collection.mutable.Cloneable[WrappedDictionary[A]], Cloneable, java.lang.Cloneable, Shrinkable[String], Builder[(String, A), WrappedDictionary[A]], Growable[(String, A)], Clearable, collection.mutable.Iterable[(String, A)], collection.mutable.Traversable[(String, A)], Mutable, AbstractMap[String, A], collection.Map[String, A], MapLike[String, A, WrappedDictionary[A]], Subtractable[String, WrappedDictionary[A]], PartialFunction[String, A], (String) ⇒ A, GenMap[String, A], GenMapLike[String, A, WrappedDictionary[A]], AbstractIterable[(String, A)], collection.Iterable[(String, A)], IterableLike[(String, A), WrappedDictionary[A]], Equals, GenIterable[(String, A)], GenIterableLike[(String, A), WrappedDictionary[A]], AbstractTraversable[(String, A)], collection.Traversable[(String, A)], GenTraversable[(String, A)], GenericTraversableTemplate[(String, A), collection.mutable.Iterable], TraversableLike[(String, A), WrappedDictionary[A]], GenTraversableLike[(String, A), WrappedDictionary[A]], Parallelizable[(String, A), ParMap[String, A]], collection.TraversableOnce[(String, A)], GenTraversableOnce[(String, A)], FilterMonadic[(String, A), WrappedDictionary[A]], HasNewBuilder[(String, A), WrappedDictionary[A]], AnyRef, scala.Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WrappedDictionary
  2. AbstractMap
  3. Map
  4. MapLike
  5. Cloneable
  6. Cloneable
  7. Cloneable
  8. Shrinkable
  9. Builder
  10. Growable
  11. Clearable
  12. Iterable
  13. Traversable
  14. Mutable
  15. AbstractMap
  16. Map
  17. MapLike
  18. Subtractable
  19. PartialFunction
  20. Function1
  21. GenMap
  22. GenMapLike
  23. AbstractIterable
  24. Iterable
  25. IterableLike
  26. Equals
  27. GenIterable
  28. GenIterableLike
  29. AbstractTraversable
  30. Traversable
  31. GenTraversable
  32. GenericTraversableTemplate
  33. TraversableLike
  34. GenTraversableLike
  35. Parallelizable
  36. TraversableOnce
  37. GenTraversableOnce
  38. FilterMonadic
  39. HasNewBuilder
  40. AnyRef
  41. Any
Implicitly
  1. by toJSDictionary
  2. by CollectionsHaveToParArray
  3. by MonadOps
  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 WrappedDictionary(dict: Dictionary[A])

Type Members

  1. class DefaultKeySet extends AbstractSet[K] with collection.Set[K] with Serializable
    Attributes
    protected
    Definition Classes
    MapLike
    Annotations
    @SerialVersionUID()
  2. class DefaultValuesIterable extends AbstractIterable[V] with collection.Iterable[V] with Serializable
    Attributes
    protected
    Definition Classes
    MapLike
  3. class FilteredKeys extends AbstractMap[K, V] with DefaultMap[K, V]
    Attributes
    protected
    Definition Classes
    MapLike
  4. class MappedValues[W] extends AbstractMap[K, W] with DefaultMap[K, W]
    Attributes
    protected
    Definition Classes
    MapLike
  5. type Self = WrappedDictionary[A]
    Attributes
    protected[this]
    Definition Classes
    TraversableLike
  6. class WithFilter extends FilterMonadic[A, Repr]
    Definition Classes
    TraversableLike

Value Members

  1. final def !=(arg0: scala.Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +[V1 >: A](elem1: (String, V1), elem2: (String, V1), elems: (String, V1)*): collection.mutable.Map[String, V1]
    Definition Classes
    MapLike → MapLike
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) + creates a new map. Use += to add an element to this map and return that map itself.

  4. def +[V1 >: A](kv: (String, V1)): collection.mutable.Map[String, V1]
    Definition Classes
    MapLike → MapLike → GenMapLike
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) + creates a new map. Use += to add an element to this map and return that map itself.

  5. def ++[V1 >: A](xs: GenTraversableOnce[(String, V1)]): collection.mutable.Map[String, V1]
    Definition Classes
    MapLike → MapLike
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) ++ creates a new map. Use ++= to add an element to this map and return that map itself.

  6. def ++[B >: (String, A), That](that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[WrappedDictionary[A], B, That]): That
    Definition Classes
    TraversableLike → GenTraversableLike
  7. def ++:[B >: (String, A), That](that: collection.Traversable[B])(implicit bf: CanBuildFrom[WrappedDictionary[A], B, That]): That
    Definition Classes
    TraversableLike
  8. def ++:[B >: (String, A), That](that: collection.TraversableOnce[B])(implicit bf: CanBuildFrom[WrappedDictionary[A], B, That]): That
    Definition Classes
    TraversableLike
  9. def ++=(xs: collection.TraversableOnce[(String, A)]): WrappedDictionary.this.type
    Definition Classes
    Growable
  10. def +=(kv: (String, A)): WrappedDictionary.this.type
    Definition Classes
    WrappedDictionary → MapLike → Builder → Growable
  11. def +=(elem1: (String, A), elem2: (String, A), elems: (String, A)*): WrappedDictionary.this.type
    Definition Classes
    Growable
  12. def -(elem1: String, elem2: String, elems: String*): WrappedDictionary[A]
    Definition Classes
    MapLike → Subtractable
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) - creates a new map. Use -= to remove an element from this map and return that map itself.

  13. def -(key: String): WrappedDictionary[A]
    Definition Classes
    MapLike → MapLike → Subtractable → GenMapLike
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) - creates a new map. Use -= to remove an element from this map and return that map itself.

  14. def --(xs: GenTraversableOnce[String]): WrappedDictionary[A]
    Definition Classes
    MapLike → Subtractable
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) -- creates a new map. Use --= to remove an element from this map and return that map itself.

  15. def --=(xs: collection.TraversableOnce[String]): WrappedDictionary.this.type
    Definition Classes
    Shrinkable
  16. def -=(key: String): WrappedDictionary.this.type
    Definition Classes
    WrappedDictionary → MapLike → Shrinkable
  17. def -=(elem1: String, elem2: String, elems: String*): WrappedDictionary.this.type
    Definition Classes
    Shrinkable
  18. def ->[B](y: B): (WrappedDictionary[A], B)
    Implicit
    This member is added by an implicit conversion from WrappedDictionary[A] to ArrowAssoc[WrappedDictionary[A]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  19. final def ==(arg0: scala.Any): Boolean
    Definition Classes
    AnyRef → Any
  20. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder
    Definition Classes
    MapLike → TraversableOnce
  21. def addString(b: StringBuilder): StringBuilder
    Definition Classes
    TraversableOnce
  22. def addString(b: StringBuilder, sep: String): StringBuilder
    Definition Classes
    TraversableOnce
  23. def aggregate[B](z: ⇒ B)(seqop: (B, (String, A)) ⇒ B, combop: (B, B) ⇒ B): B
    Definition Classes
    TraversableOnce → GenTraversableOnce
  24. def andThen[C](k: (A) ⇒ C): PartialFunction[String, C]
    Definition Classes
    PartialFunction → Function1
  25. def apply(key: String): A
    Definition Classes
    WrappedDictionary → MapLike → Function1 → GenMapLike
  26. def applyOrElse[K1 <: String, V1 >: A](x: K1, default: (K1) ⇒ V1): V1
    Definition Classes
    MapLike → PartialFunction
  27. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  28. def canEqual(that: scala.Any): Boolean
    Definition Classes
    IterableLike → Equals
  29. def clear(): Unit
    Definition Classes
    MapLike → Builder → Growable → Clearable
  30. def clone(): WrappedDictionary[A]
    Definition Classes
    MapLike → Cloneable → AnyRef
  31. def collect[B, That](pf: PartialFunction[(String, A), B])(implicit bf: CanBuildFrom[WrappedDictionary[A], B, That]): That
    Definition Classes
    TraversableLike → GenTraversableLike
  32. def collectFirst[B](pf: PartialFunction[(String, A), B]): Option[B]
    Definition Classes
    TraversableOnce
  33. def companion: GenericCompanion[collection.mutable.Iterable]
    Definition Classes
    Iterable → Iterable → GenIterable → Traversable → Traversable → GenTraversable → GenericTraversableTemplate
  34. def compose[A](g: (A) ⇒ String): (A) ⇒ A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  35. def contains(key: String): Boolean
    Definition Classes
    WrappedDictionary → MapLike → GenMapLike
  36. def copyToArray[B >: (String, A)](xs: scala.Array[B], start: Int, len: Int): Unit
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  37. def copyToArray[B >: (String, A)](xs: scala.Array[B]): Unit
    Definition Classes
    TraversableOnce → GenTraversableOnce
  38. def copyToArray[B >: (String, A)](xs: scala.Array[B], start: Int): Unit
    Definition Classes
    TraversableOnce → GenTraversableOnce
  39. def copyToBuffer[B >: (String, A)](dest: Buffer[B]): Unit
    Definition Classes
    TraversableOnce
  40. def count(p: ((String, A)) ⇒ Boolean): Int
    Definition Classes
    TraversableOnce → GenTraversableOnce
  41. def default(key: String): A
    Definition Classes
    MapLike → GenMapLike
  42. def drop(n: Int): WrappedDictionary[A]
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  43. def dropRight(n: Int): WrappedDictionary[A]
    Definition Classes
    IterableLike
  44. def dropWhile(p: ((String, A)) ⇒ Boolean): WrappedDictionary[A]
    Definition Classes
    TraversableLike → GenTraversableLike
  45. def empty: WrappedDictionary[A]
    Definition Classes
    WrappedDictionary → Map → Map → MapLike
  46. def ensuring(cond: (WrappedDictionary[A]) ⇒ Boolean, msg: ⇒ scala.Any): WrappedDictionary[A]
    Implicit
    This member is added by an implicit conversion from WrappedDictionary[A] to Ensuring[WrappedDictionary[A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  47. def ensuring(cond: (WrappedDictionary[A]) ⇒ Boolean): WrappedDictionary[A]
    Implicit
    This member is added by an implicit conversion from WrappedDictionary[A] to Ensuring[WrappedDictionary[A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  48. def ensuring(cond: Boolean, msg: ⇒ scala.Any): WrappedDictionary[A]
    Implicit
    This member is added by an implicit conversion from WrappedDictionary[A] to Ensuring[WrappedDictionary[A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  49. def ensuring(cond: Boolean): WrappedDictionary[A]
    Implicit
    This member is added by an implicit conversion from WrappedDictionary[A] to Ensuring[WrappedDictionary[A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  50. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  51. def equals(that: scala.Any): Boolean
    Definition Classes
    GenMapLike → Equals → AnyRef → Any
  52. def exists(p: ((String, A)) ⇒ Boolean): Boolean
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  53. def filter(p: ((String, A)) ⇒ Boolean): WrappedDictionary[A]
    Definition Classes
    TraversableLike → GenTraversableLike
  54. def filterKeys(p: (String) ⇒ Boolean): collection.Map[String, A]
    Definition Classes
    MapLike → GenMapLike
  55. def filterNot(p: ((String, A)) ⇒ Boolean): WrappedDictionary[A]
    Definition Classes
    MapLike → TraversableLike → GenTraversableLike
  56. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  57. def find(p: ((String, A)) ⇒ Boolean): Option[(String, A)]
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  58. def flatMap[B, That](f: ((String, A)) ⇒ GenTraversableOnce[B])(implicit bf: CanBuildFrom[WrappedDictionary[A], B, That]): That
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  59. def flatten[B](implicit asTraversable: ((String, A)) ⇒ GenTraversableOnce[B]): collection.mutable.Iterable[B]
    Definition Classes
    GenericTraversableTemplate
  60. def fold[A1 >: (String, A)](z: A1)(op: (A1, A1) ⇒ A1): A1
    Definition Classes
    TraversableOnce → GenTraversableOnce
  61. def foldLeft[B](z: B)(op: (B, (String, A)) ⇒ B): B
    Definition Classes
    TraversableOnce → GenTraversableOnce
  62. def foldRight[B](z: B)(op: ((String, A), B) ⇒ B): B
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  63. def forall(p: ((String, A)) ⇒ Boolean): Boolean
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  64. def foreach[U](f: ((String, A)) ⇒ U): Unit
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike → TraversableOnce → GenTraversableOnce → FilterMonadic
  65. def genericBuilder[B]: Builder[B, collection.mutable.Iterable[B]]
    Definition Classes
    GenericTraversableTemplate
  66. def get(key: String): Option[A]
    Definition Classes
    WrappedDictionary → MapLike → GenMapLike
  67. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  68. def getOrElse[V1 >: A](key: String, default: ⇒ V1): V1
    Definition Classes
    MapLike → GenMapLike
  69. def getOrElseUpdate(key: String, op: ⇒ A): A
    Definition Classes
    MapLike
  70. def groupBy[K](f: ((String, A)) ⇒ K): collection.immutable.Map[K, WrappedDictionary[A]]
    Definition Classes
    TraversableLike → GenTraversableLike
  71. def grouped(size: Int): collection.Iterator[WrappedDictionary[A]]
    Definition Classes
    IterableLike
  72. def hasDefiniteSize: Boolean
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  73. def hashCode(): Int
    Definition Classes
    GenMapLike → AnyRef → Any
  74. def head: (String, A)
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  75. def headOption: Option[(String, A)]
    Definition Classes
    TraversableLike → GenTraversableLike
  76. def init: WrappedDictionary[A]
    Definition Classes
    TraversableLike → GenTraversableLike
  77. def inits: collection.Iterator[WrappedDictionary[A]]
    Definition Classes
    TraversableLike
  78. def isDefinedAt(key: String): Boolean
    Definition Classes
    MapLike → GenMapLike → PartialFunction
  79. def isEmpty: Boolean
    Definition Classes
    MapLike → IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  80. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  81. final def isTraversableAgain: Boolean
    Definition Classes
    TraversableLike → GenTraversableLike → GenTraversableOnce
  82. def iterator: collection.Iterator[(String, A)]
    Definition Classes
    WrappedDictionary → MapLike → IterableLike → GenIterableLike
  83. def keySet: collection.Set[String]
    Definition Classes
    MapLike → GenMapLike
  84. def keys: collection.Iterable[String]
    Definition Classes
    WrappedDictionary → MapLike → GenMapLike
    Annotations
    @inline()
  85. def keysIterator: collection.Iterator[String]
    Definition Classes
    MapLike → GenMapLike
  86. def last: (String, A)
    Definition Classes
    TraversableLike → GenTraversableLike
  87. def lastOption: Option[(String, A)]
    Definition Classes
    TraversableLike → GenTraversableLike
  88. def lift: (String) ⇒ Option[A]
    Definition Classes
    PartialFunction
  89. def map[B, That](f: ((String, A)) ⇒ B)(implicit bf: CanBuildFrom[WrappedDictionary[A], B, That]): That
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  90. def mapResult[NewTo](f: (WrappedDictionary[A]) ⇒ NewTo): Builder[(String, A), NewTo]
    Definition Classes
    Builder
  91. def mapValues[W](f: (A) ⇒ W): collection.Map[String, W]
    Definition Classes
    MapLike → GenMapLike
  92. def max[B >: (String, A)](implicit cmp: Ordering[B]): (String, A)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  93. def maxBy[B](f: ((String, A)) ⇒ B)(implicit cmp: Ordering[B]): (String, A)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  94. def min[B >: (String, A)](implicit cmp: Ordering[B]): (String, A)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  95. def minBy[B](f: ((String, A)) ⇒ B)(implicit cmp: Ordering[B]): (String, A)
    Definition Classes
    TraversableOnce → GenTraversableOnce
  96. def mkString: String
    Definition Classes
    TraversableOnce → GenTraversableOnce
  97. def mkString(sep: String): String
    Definition Classes
    TraversableOnce → GenTraversableOnce
  98. def mkString(start: String, sep: String, end: String): String
    Definition Classes
    TraversableOnce → GenTraversableOnce
  99. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  100. def newBuilder: Builder[(String, A), WrappedDictionary[A]]
    Attributes
    protected[this]
    Definition Classes
    MapLike → MapLike → TraversableLike → HasNewBuilder
  101. def nonEmpty: Boolean
    Definition Classes
    TraversableOnce → GenTraversableOnce
  102. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  103. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  104. def orElse[A1 <: String, B1 >: A](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
    Definition Classes
    PartialFunction
  105. def par: ParMap[String, A]
    Definition Classes
    Parallelizable
  106. def parCombiner: Combiner[(String, A), ParMap[String, A]]
    Attributes
    protected[this]
    Definition Classes
    MapLike → MapLike → TraversableLike → Parallelizable
  107. def partition(p: ((String, A)) ⇒ Boolean): (WrappedDictionary[A], WrappedDictionary[A])
    Definition Classes
    TraversableLike → GenTraversableLike
  108. def product[B >: (String, A)](implicit num: Numeric[B]): B
    Definition Classes
    TraversableOnce → GenTraversableOnce
  109. def put(key: String, value: A): Option[A]
    Definition Classes
    MapLike
  110. def reduce[A1 >: (String, A)](op: (A1, A1) ⇒ A1): A1
    Definition Classes
    TraversableOnce → GenTraversableOnce
  111. def reduceLeft[B >: (String, A)](op: (B, (String, A)) ⇒ B): B
    Definition Classes
    TraversableOnce
  112. def reduceLeftOption[B >: (String, A)](op: (B, (String, A)) ⇒ B): Option[B]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  113. def reduceOption[A1 >: (String, A)](op: (A1, A1) ⇒ A1): Option[A1]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  114. def reduceRight[B >: (String, A)](op: ((String, A), B) ⇒ B): B
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  115. def reduceRightOption[B >: (String, A)](op: ((String, A), B) ⇒ B): Option[B]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  116. def remove(key: String): Option[A]
    Definition Classes
    MapLike
  117. def repr: WrappedDictionary[A]
    Definition Classes
    TraversableLike → GenTraversableLike
  118. def result(): WrappedDictionary[A]
    Definition Classes
    MapLike → Builder
  119. def retain(p: (String, A) ⇒ Boolean): WrappedDictionary.this.type
    Definition Classes
    MapLike
  120. def reversed: List[(String, A)]
    Attributes
    protected[this]
    Definition Classes
    TraversableOnce
  121. def runWith[U](action: (A) ⇒ U): (String) ⇒ Boolean
    Definition Classes
    PartialFunction
  122. def sameElements[B >: (String, A)](that: GenIterable[B]): Boolean
    Definition Classes
    IterableLike → GenIterableLike
  123. def scan[B >: (String, A), That](z: B)(op: (B, B) ⇒ B)(implicit cbf: CanBuildFrom[WrappedDictionary[A], B, That]): That
    Definition Classes
    TraversableLike → GenTraversableLike
  124. def scanLeft[B, That](z: B)(op: (B, (String, A)) ⇒ B)(implicit bf: CanBuildFrom[WrappedDictionary[A], B, That]): That
    Definition Classes
    TraversableLike → GenTraversableLike
  125. def scanRight[B, That](z: B)(op: ((String, A), B) ⇒ B)(implicit bf: CanBuildFrom[WrappedDictionary[A], B, That]): That
    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.

  126. def seq: collection.mutable.Map[String, A]
    Definition Classes
    Map → Map → GenMap → GenMapLike → Iterable → Iterable → GenIterable → Traversable → Traversable → GenTraversable → Parallelizable → TraversableOnce → GenTraversableOnce
  127. def size: Int
    Definition Classes
    TraversableOnce → GenTraversableOnce
  128. def sizeHint(coll: TraversableLike[_, _], delta: Int): Unit
    Definition Classes
    Builder
  129. def sizeHint(coll: TraversableLike[_, _]): Unit
    Definition Classes
    Builder
  130. def sizeHint(size: Int): Unit
    Definition Classes
    Builder
  131. def sizeHintBounded(size: Int, boundingColl: TraversableLike[_, _]): Unit
    Definition Classes
    Builder
  132. def sizeHintIfCheap: Int
    Attributes
    protected[collection]
    Definition Classes
    GenTraversableOnce
  133. def slice(from: Int, until: Int): WrappedDictionary[A]
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  134. def sliding(size: Int, step: Int): collection.Iterator[WrappedDictionary[A]]
    Definition Classes
    IterableLike
  135. def sliding(size: Int): collection.Iterator[WrappedDictionary[A]]
    Definition Classes
    IterableLike
  136. def span(p: ((String, A)) ⇒ Boolean): (WrappedDictionary[A], WrappedDictionary[A])
    Definition Classes
    TraversableLike → GenTraversableLike
  137. def splitAt(n: Int): (WrappedDictionary[A], WrappedDictionary[A])
    Definition Classes
    TraversableLike → GenTraversableLike
  138. def stringPrefix: String
    Definition Classes
    MapLike → TraversableLike → GenTraversableLike
  139. def sum[B >: (String, A)](implicit num: Numeric[B]): B
    Definition Classes
    TraversableOnce → GenTraversableOnce
  140. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  141. def tail: WrappedDictionary[A]
    Definition Classes
    TraversableLike → GenTraversableLike
  142. def tails: collection.Iterator[WrappedDictionary[A]]
    Definition Classes
    TraversableLike
  143. def take(n: Int): WrappedDictionary[A]
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  144. def takeRight(n: Int): WrappedDictionary[A]
    Definition Classes
    IterableLike
  145. def takeWhile(p: ((String, A)) ⇒ Boolean): WrappedDictionary[A]
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  146. def thisCollection: collection.Iterable[(String, A)]
    Attributes
    protected[this]
    Definition Classes
    IterableLike → TraversableLike
  147. def to[Col[_]](implicit cbf: CanBuildFrom[Nothing, (String, A), Col[(String, A)]]): Col[(String, A)]
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  148. def toArray[B >: (String, A)](implicit arg0: ClassTag[B]): scala.Array[B]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  149. def toBuffer[E >: (String, A)]: Buffer[E]
    Definition Classes
    MapLike → TraversableOnce → GenTraversableOnce
  150. def toCollection(repr: WrappedDictionary[A]): collection.Iterable[(String, A)]
    Attributes
    protected[this]
    Definition Classes
    IterableLike → TraversableLike
  151. def toIndexedSeq: collection.immutable.IndexedSeq[(String, A)]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  152. def toIterable: collection.Iterable[(String, A)]
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  153. def toIterator: collection.Iterator[(String, A)]
    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  154. def toList: List[(String, A)]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  155. def toMap[T, U](implicit ev: <:<[(String, A), (T, U)]): collection.immutable.Map[T, U]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  156. def toParArray: ParArray[T]
    Implicit
    This member is added by an implicit conversion from WrappedDictionary[A] to CollectionsHaveToParArray[WrappedDictionary[A], T] performed by method CollectionsHaveToParArray in scala.collection.parallel. This conversion will take place only if an implicit value of type (WrappedDictionary[A]) ⇒ GenTraversableOnce[T] is in scope.
    Definition Classes
    CollectionsHaveToParArray
  157. def toSeq: collection.Seq[(String, A)]
    Definition Classes
    MapLike → MapLike → TraversableOnce → GenTraversableOnce
  158. def toSet[B >: (String, A)]: collection.immutable.Set[B]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  159. def toStream: collection.immutable.Stream[(String, A)]
    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
  160. def toString(): String
    Definition Classes
    MapLike → TraversableLike → Function1 → AnyRef → Any
  161. def toTraversable: collection.Traversable[(String, A)]
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  162. def toVector: Vector[(String, A)]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  163. def transform(f: (String, A) ⇒ A): WrappedDictionary.this.type
    Definition Classes
    MapLike
  164. def transpose[B](implicit asTraversable: ((String, A)) ⇒ GenTraversableOnce[B]): collection.mutable.Iterable[collection.mutable.Iterable[B]]
    Definition Classes
    GenericTraversableTemplate
    Annotations
    @migration
    Migration

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

  165. def unzip[A1, A2](implicit asPair: ((String, A)) ⇒ (A1, A2)): (collection.mutable.Iterable[A1], collection.mutable.Iterable[A2])
    Definition Classes
    GenericTraversableTemplate
  166. def unzip3[A1, A2, A3](implicit asTriple: ((String, A)) ⇒ (A1, A2, A3)): (collection.mutable.Iterable[A1], collection.mutable.Iterable[A2], collection.mutable.Iterable[A3])
    Definition Classes
    GenericTraversableTemplate
  167. def update(key: String, value: A): Unit
    Definition Classes
    WrappedDictionary → MapLike
  168. def updated[V1 >: A](key: String, value: V1): collection.mutable.Map[String, V1]
    Definition Classes
    MapLike → MapLike
  169. def values: collection.Iterable[A]
    Definition Classes
    MapLike → GenMapLike
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) values returns Iterable[V] rather than Iterator[V].

  170. def valuesIterator: collection.Iterator[A]
    Definition Classes
    MapLike → GenMapLike
  171. def view(from: Int, until: Int): IterableView[(String, A), WrappedDictionary[A]]
    Definition Classes
    IterableLike → TraversableLike
  172. def view: IterableView[(String, A), WrappedDictionary[A]]
    Definition Classes
    IterableLike → TraversableLike
  173. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  174. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  175. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  176. def withDefault(d: (String) ⇒ A): collection.mutable.Map[String, A]
    Definition Classes
    Map
  177. def withDefaultValue(d: A): collection.mutable.Map[String, A]
    Definition Classes
    Map
  178. def withFilter(p: ((String, A)) ⇒ Boolean): FilterMonadic[(String, A), WrappedDictionary[A]]
    Definition Classes
    TraversableLike → FilterMonadic
  179. def zip[A1 >: (String, A), B, That](that: GenIterable[B])(implicit bf: CanBuildFrom[WrappedDictionary[A], (A1, B), That]): That
    Definition Classes
    IterableLike → GenIterableLike
  180. def zipAll[B, A1 >: (String, A), That](that: GenIterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[WrappedDictionary[A], (A1, B), That]): That
    Definition Classes
    IterableLike → GenIterableLike
  181. def zipWithIndex[A1 >: (String, A), That](implicit bf: CanBuildFrom[WrappedDictionary[A], (A1, Int), That]): That
    Definition Classes
    IterableLike → GenIterableLike
  182. def [B](y: B): (WrappedDictionary[A], B)
    Implicit
    This member is added by an implicit conversion from WrappedDictionary[A] to ArrowAssoc[WrappedDictionary[A]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from WrappedDictionary[A] to any2stringadd[WrappedDictionary[A]] performed by method any2stringadd in scala.Predef.
    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:
    (wrappedDictionary: any2stringadd[WrappedDictionary[A]]).+(other)
    Definition Classes
    any2stringadd
  2. def filter(p: ((String, A)) ⇒ Boolean): collection.TraversableOnce[(String, A)]
    Implicit
    This member is added by an implicit conversion from WrappedDictionary[A] to MonadOps[(String, A)] 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:
    (wrappedDictionary: MonadOps[(String, A)]).filter(p)
    Definition Classes
    MonadOps
  3. def flatMap[B](f: ((String, A)) ⇒ GenTraversableOnce[B]): collection.TraversableOnce[B]
    Implicit
    This member is added by an implicit conversion from WrappedDictionary[A] to MonadOps[(String, A)] 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:
    (wrappedDictionary: MonadOps[(String, A)]).flatMap(f)
    Definition Classes
    MonadOps
  4. def map[B](f: ((String, A)) ⇒ B): collection.TraversableOnce[B]
    Implicit
    This member is added by an implicit conversion from WrappedDictionary[A] to MonadOps[(String, A)] 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:
    (wrappedDictionary: MonadOps[(String, A)]).map(f)
    Definition Classes
    MonadOps
  5. def withFilter(p: ((String, A)) ⇒ Boolean): collection.Iterator[(String, A)]
    Implicit
    This member is added by an implicit conversion from WrappedDictionary[A] to MonadOps[(String, A)] 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:
    (wrappedDictionary: MonadOps[(String, A)]).withFilter(p)
    Definition Classes
    MonadOps

Deprecated Value Members

  1. def /:[B](z: B)(op: (B, (String, A)) ⇒ B): B
    Definition Classes
    TraversableOnce → GenTraversableOnce
    Annotations
    @deprecated
    Deprecated

    (Since version 2.12.10) Use foldLeft instead of /:

  2. def :\[B](z: B)(op: ((String, A), B) ⇒ B): B
    Definition Classes
    TraversableOnce → GenTraversableOnce
    Annotations
    @deprecated
    Deprecated

    (Since version 2.12.10) Use foldRight instead of :\

  3. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from WrappedDictionary[A] to StringFormat[WrappedDictionary[A]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

Inherited from AbstractMap[String, A]

Inherited from collection.mutable.Map[String, A]

Inherited from MapLike[String, A, WrappedDictionary[A]]

Inherited from Cloneable

Inherited from java.lang.Cloneable

Inherited from Shrinkable[String]

Inherited from Builder[(String, A), WrappedDictionary[A]]

Inherited from Growable[(String, A)]

Inherited from Clearable

Inherited from collection.mutable.Iterable[(String, A)]

Inherited from collection.mutable.Traversable[(String, A)]

Inherited from Mutable

Inherited from AbstractMap[String, A]

Inherited from collection.Map[String, A]

Inherited from MapLike[String, A, WrappedDictionary[A]]

Inherited from Subtractable[String, WrappedDictionary[A]]

Inherited from PartialFunction[String, A]

Inherited from (String) ⇒ A

Inherited from GenMap[String, A]

Inherited from GenMapLike[String, A, WrappedDictionary[A]]

Inherited from AbstractIterable[(String, A)]

Inherited from collection.Iterable[(String, A)]

Inherited from IterableLike[(String, A), WrappedDictionary[A]]

Inherited from Equals

Inherited from GenIterable[(String, A)]

Inherited from GenIterableLike[(String, A), WrappedDictionary[A]]

Inherited from AbstractTraversable[(String, A)]

Inherited from collection.Traversable[(String, A)]

Inherited from GenTraversable[(String, A)]

Inherited from TraversableLike[(String, A), WrappedDictionary[A]]

Inherited from GenTraversableLike[(String, A), WrappedDictionary[A]]

Inherited from Parallelizable[(String, A), ParMap[String, A]]

Inherited from collection.TraversableOnce[(String, A)]

Inherited from GenTraversableOnce[(String, A)]

Inherited from FilterMonadic[(String, A), WrappedDictionary[A]]

Inherited from HasNewBuilder[(String, A), WrappedDictionary[A]]

Inherited from AnyRef

Inherited from scala.Any

Inherited by implicit conversion toJSDictionary from WrappedDictionary[A] to Dictionary[A]

Inherited by implicit conversion CollectionsHaveToParArray from WrappedDictionary[A] to CollectionsHaveToParArray[WrappedDictionary[A], T]

Inherited by implicit conversion MonadOps from WrappedDictionary[A] to MonadOps[(String, A)]

Inherited by implicit conversion any2stringadd from WrappedDictionary[A] to any2stringadd[WrappedDictionary[A]]

Inherited by implicit conversion StringFormat from WrappedDictionary[A] to StringFormat[WrappedDictionary[A]]

Inherited by implicit conversion Ensuring from WrappedDictionary[A] to Ensuring[WrappedDictionary[A]]

Inherited by implicit conversion ArrowAssoc from WrappedDictionary[A] to ArrowAssoc[WrappedDictionary[A]]

Inherited by implicit conversion alternateImplicit from WrappedDictionary[A] to ForceImplicitAmbiguity

Ungrouped