class WrappedDictionary[A] extends AbstractMap[String, A] with MapOps[String, A, Map, WrappedDictionary[A]]
Wrapper to use a js.Dictionary as a scala.mutable.Map
- Annotations
- @inline()
- Alphabetic
- By Inheritance
- WrappedDictionary
- AbstractMap
- Map
- MapOps
- Shrinkable
- Builder
- Growable
- Clearable
- Cloneable
- Cloneable
- Iterable
- AbstractMap
- Map
- Equals
- MapFactoryDefaults
- MapOps
- PartialFunction
- Function1
- AbstractIterable
- Iterable
- IterableFactoryDefaults
- IterableOps
- IterableOnceOps
- IterableOnce
- AnyRef
- Any
- by UnliftOps
- by iterableOnceExtensionMethods
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new WrappedDictionary(dict: Dictionary[A])
Type Members
- trait GenKeySet extends AnyRef
- Attributes
- protected
- Definition Classes
- MapOps
- class KeySet extends AbstractSet[K] with GenKeySet with DefaultSerializable
- Attributes
- protected
- Definition Classes
- MapOps
Value Members
- final def !=(arg0: scala.Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def ++[V2 >: A](xs: collection.IterableOnce[(String, V2)]): Map[String, V2]
- Definition Classes
- MapOps
- final def ++[B >: (String, A)](suffix: collection.IterableOnce[B]): collection.mutable.Iterable[B]
- Definition Classes
- IterableOps
- Annotations
- @inline()
- final def ++=(xs: collection.IterableOnce[(String, A)]): WrappedDictionary.this.type
- Definition Classes
- Growable
- Annotations
- @inline()
- final def +=(elem: (String, A)): WrappedDictionary.this.type
- Definition Classes
- Growable
- Annotations
- @inline()
- final def --=(xs: collection.IterableOnce[String]): WrappedDictionary.this.type
- Definition Classes
- Shrinkable
- Annotations
- @inline()
- def -=(elem1: String, elem2: String, elems: String*): WrappedDictionary.this.type
- Definition Classes
- Shrinkable
- final def -=(elem: String): WrappedDictionary.this.type
- Definition Classes
- Shrinkable
- Annotations
- @inline()
- def ->[B](y: B): (WrappedDictionary[A], B)
- Implicit
- This member is added by an implicit conversion from WrappedDictionary[A] toArrowAssoc[WrappedDictionary[A]] performed by method ArrowAssoc in scala.Predef.This conversion will take place only if A is a subclass of Option[Nothing] (A <: Option[Nothing]).
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
- final def ==(arg0: scala.Any): Boolean
- Definition Classes
- AnyRef → Any
- def addAll(xs: collection.IterableOnce[(String, A)]): WrappedDictionary.this.type
- Definition Classes
- Growable
- def addOne(kv: (String, A)): WrappedDictionary.this.type
- Definition Classes
- WrappedDictionary → Growable
- def addString(sb: collection.mutable.StringBuilder, start: String, sep: String, end: String): collection.mutable.StringBuilder
- Definition Classes
- MapOps → IterableOnceOps
- final def addString(b: collection.mutable.StringBuilder): collection.mutable.StringBuilder
- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
- final def addString(b: collection.mutable.StringBuilder, sep: String): collection.mutable.StringBuilder
- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
- def andThen[C](k: PartialFunction[A, C]): PartialFunction[String, C]
- Definition Classes
- PartialFunction
- def andThen[C](k: (A) => C): PartialFunction[String, C]
- Definition Classes
- PartialFunction → Function1
- def apply(key: String): A
- Definition Classes
- WrappedDictionary → MapOps → Function1
- def applyOrElse[K1 <: String, V1 >: A](x: K1, default: (K1) => V1): V1
- Definition Classes
- MapOps → PartialFunction
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def canEqual(that: scala.Any): Boolean
- Definition Classes
- Map → Equals
- def className: String
- Attributes
- protected[this]
- Definition Classes
- Iterable
- def clear(): Unit
- Definition Classes
- MapOps → Builder → Clearable
- def clone(): WrappedDictionary[A]
- Definition Classes
- MapOps → Cloneable → AnyRef
- final def coll: WrappedDictionary.this.type
- Attributes
- protected
- Definition Classes
- Iterable → IterableOps
- def collect[B](pf: PartialFunction[(String, A), (String, B)]): WrappedDictionary[B]
- def collect[K2, V2](pf: PartialFunction[(String, A), (K2, V2)]): Map[K2, V2]
- Definition Classes
- MapOps
- def collect[B](pf: PartialFunction[(String, A), B]): collection.mutable.Iterable[B]
- Definition Classes
- IterableOps → IterableOnceOps
- def collectFirst[B](pf: PartialFunction[(String, A), B]): Option[B]
- Definition Classes
- IterableOnceOps
- def compose[R](k: PartialFunction[R, String]): PartialFunction[R, A]
- Definition Classes
- PartialFunction
- def compose[A](g: (A) => String): (A) => A
- Definition Classes
- Function1
- Annotations
- @unspecialized()
- def concat[V2 >: A](suffix: collection.IterableOnce[(String, V2)]): Map[String, V2]
- Definition Classes
- MapOps
- def concat[B >: (String, A)](suffix: collection.IterableOnce[B]): collection.mutable.Iterable[B]
- Definition Classes
- IterableOps
- def contains(key: String): Boolean
- Definition Classes
- WrappedDictionary → MapOps
- def copyToArray[B >: (String, A)](xs: scala.Array[B], start: Int, len: Int): Int
- Definition Classes
- IterableOnceOps
- def copyToArray[B >: (String, A)](xs: scala.Array[B], start: Int): Int
- Definition Classes
- IterableOnceOps
- def copyToArray[B >: (String, A)](xs: scala.Array[B]): Int
- Definition Classes
- IterableOnceOps
- def corresponds[B](that: collection.IterableOnce[B])(p: ((String, A), B) => Boolean): Boolean
- Definition Classes
- IterableOnceOps
- def count(p: ((String, A)) => Boolean): Int
- Definition Classes
- IterableOnceOps
- def default(key: String): A
- Definition Classes
- MapOps
- Annotations
- @throws(scala.this.throws.<init>$default$1[NoSuchElementException])
- val dict: Dictionary[A]
- def drop(n: Int): WrappedDictionary[A]
- Definition Classes
- IterableOps → IterableOnceOps
- def dropRight(n: Int): WrappedDictionary[A]
- Definition Classes
- IterableOps
- def dropWhile(p: ((String, A)) => Boolean): WrappedDictionary[A]
- Definition Classes
- IterableOps → IterableOnceOps
- def elementWise: ElementWiseExtractor[String, A]
- Definition Classes
- PartialFunction
- def empty: WrappedDictionary[A]
- Definition Classes
- WrappedDictionary → MapFactoryDefaults → IterableFactoryDefaults → IterableOps
- def ensuring(cond: (WrappedDictionary[A]) => Boolean, msg: => scala.Any): WrappedDictionary[A]
- Implicit
- This member is added by an implicit conversion from WrappedDictionary[A] toEnsuring[WrappedDictionary[A]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: (WrappedDictionary[A]) => Boolean): WrappedDictionary[A]
- Implicit
- This member is added by an implicit conversion from WrappedDictionary[A] toEnsuring[WrappedDictionary[A]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean, msg: => scala.Any): WrappedDictionary[A]
- Implicit
- This member is added by an implicit conversion from WrappedDictionary[A] toEnsuring[WrappedDictionary[A]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean): WrappedDictionary[A]
- Implicit
- This member is added by an implicit conversion from WrappedDictionary[A] toEnsuring[WrappedDictionary[A]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(o: scala.Any): Boolean
- Definition Classes
- Map → Equals → AnyRef → Any
- def exists(p: ((String, A)) => Boolean): Boolean
- Definition Classes
- IterableOnceOps
- def filter(pred: ((String, A)) => Boolean): WrappedDictionary[A]
- Definition Classes
- IterableOps → IterableOnceOps
- def filterInPlace(p: (String, A) => Boolean): WrappedDictionary.this.type
- Definition Classes
- MapOps
- def filterNot(pred: ((String, A)) => Boolean): WrappedDictionary[A]
- Definition Classes
- IterableOps → IterableOnceOps
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def find(p: ((String, A)) => Boolean): Option[(String, A)]
- Definition Classes
- IterableOnceOps
- def flatMap[B](f: ((String, A)) => IterableOnce[(String, B)]): WrappedDictionary[B]
- def flatMap[K2, V2](f: ((String, A)) => collection.IterableOnce[(K2, V2)]): Map[K2, V2]
- Definition Classes
- MapOps
- def flatMap[B](f: ((String, A)) => collection.IterableOnce[B]): collection.mutable.Iterable[B]
- Definition Classes
- IterableOps → IterableOnceOps
- def flatten[B](implicit asIterable: ((String, A)) => collection.IterableOnce[B]): collection.mutable.Iterable[B]
- Definition Classes
- IterableOps → IterableOnceOps
- def fold[A1 >: (String, A)](z: A1)(op: (A1, A1) => A1): A1
- Definition Classes
- IterableOnceOps
- def foldLeft[B](z: B)(op: (B, (String, A)) => B): B
- Definition Classes
- IterableOnceOps
- def foldRight[B](z: B)(op: ((String, A), B) => B): B
- Definition Classes
- IterableOnceOps
- def forall(p: ((String, A)) => Boolean): Boolean
- Definition Classes
- IterableOnceOps
- def foreach[U](f: ((String, A)) => U): Unit
- Definition Classes
- IterableOnceOps
- def foreachEntry[U](f: (String, A) => U): Unit
- Definition Classes
- MapOps
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from WrappedDictionary[A] toStringFormat[WrappedDictionary[A]] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
- def fromSpecific(coll: collection.IterableOnce[(String, A)]): WrappedDictionary[A]
- Attributes
- protected[this]
- Definition Classes
- WrappedDictionary → MapFactoryDefaults → IterableFactoryDefaults → IterableOps
- def get(key: String): Option[A]
- Definition Classes
- WrappedDictionary → MapOps
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getOrElse[V1 >: A](key: String, default: => V1): V1
- Definition Classes
- MapOps
- def getOrElseUpdate(key: String, op: => A): A
- Definition Classes
- MapOps
- def groupBy[K](f: ((String, A)) => K): Map[K, WrappedDictionary[A]]
- Definition Classes
- IterableOps
- def groupMap[K, B](key: ((String, A)) => K)(f: ((String, A)) => B): Map[K, collection.mutable.Iterable[B]]
- Definition Classes
- IterableOps
- def groupMapReduce[K, B](key: ((String, A)) => K)(f: ((String, A)) => B)(reduce: (B, B) => B): Map[K, B]
- Definition Classes
- IterableOps
- def grouped(size: Int): collection.Iterator[WrappedDictionary[A]]
- Definition Classes
- IterableOps
- def hashCode(): Int
- Definition Classes
- Map → AnyRef → Any
- def head: (String, A)
- Definition Classes
- IterableOps
- def headOption: Option[(String, A)]
- Definition Classes
- IterableOps
- def init: WrappedDictionary[A]
- Definition Classes
- IterableOps
- def inits: collection.Iterator[WrappedDictionary[A]]
- Definition Classes
- IterableOps
- def isDefinedAt(key: String): Boolean
- Definition Classes
- MapOps → PartialFunction
- def isEmpty: Boolean
- Definition Classes
- IterableOnceOps
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isTraversableAgain: Boolean
- Definition Classes
- IterableOps → IterableOnceOps
- def iterableFactory: IterableFactory[collection.mutable.Iterable]
- Definition Classes
- Iterable → Iterable → IterableOps
- def iterator: collection.Iterator[(String, A)]
- Definition Classes
- WrappedDictionary → IterableOnce
- def keySet: Set[String]
- Definition Classes
- MapOps
- def keyStepper[S <: Stepper[_]](implicit shape: StepperShape[String, S]): S
- Definition Classes
- MapOps
- def keys: collection.Iterable[String]
- Definition Classes
- WrappedDictionary → MapOps
- Annotations
- @inline()
- def keysIterator: collection.Iterator[String]
- Definition Classes
- MapOps
- def knownSize: Int
- Definition Classes
- MapOps → Growable → IterableOnce
- def last: (String, A)
- Definition Classes
- IterableOps
- def lastOption: Option[(String, A)]
- Definition Classes
- IterableOps
- def lazyZip[B](that: collection.Iterable[B]): LazyZip2[(String, A), B, WrappedDictionary.this.type]
- Definition Classes
- Iterable
- def lift: (String) => Option[A]
- Definition Classes
- PartialFunction
- def map[B](f: ((String, A)) => (String, B)): WrappedDictionary[B]
- def map[K2, V2](f: ((String, A)) => (K2, V2)): Map[K2, V2]
- Definition Classes
- MapOps
- def map[B](f: ((String, A)) => B): collection.mutable.Iterable[B]
- Definition Classes
- IterableOps → IterableOnceOps
- def mapFactory: MapFactory[Map]
- Definition Classes
- Map → Map → MapOps
- final def mapFromIterable[K2, V2](it: collection.Iterable[(K2, V2)]): Map[K2, V2]
- Attributes
- protected
- Definition Classes
- MapOps
- Annotations
- @inline()
- def mapResult[NewTo](f: (WrappedDictionary[A]) => NewTo): Builder[(String, A), NewTo]
- Definition Classes
- Builder
- def mapValuesInPlace(f: (String, A) => A): WrappedDictionary.this.type
- Definition Classes
- MapOps
- def max[B >: (String, A)](implicit ord: math.Ordering[B]): (String, A)
- Definition Classes
- IterableOnceOps
- def maxBy[B](f: ((String, A)) => B)(implicit cmp: math.Ordering[B]): (String, A)
- Definition Classes
- IterableOnceOps
- def maxByOption[B](f: ((String, A)) => B)(implicit cmp: math.Ordering[B]): Option[(String, A)]
- Definition Classes
- IterableOnceOps
- def maxOption[B >: (String, A)](implicit ord: math.Ordering[B]): Option[(String, A)]
- Definition Classes
- IterableOnceOps
- def min[B >: (String, A)](implicit ord: math.Ordering[B]): (String, A)
- Definition Classes
- IterableOnceOps
- def minBy[B](f: ((String, A)) => B)(implicit cmp: math.Ordering[B]): (String, A)
- Definition Classes
- IterableOnceOps
- def minByOption[B](f: ((String, A)) => B)(implicit cmp: math.Ordering[B]): Option[(String, A)]
- Definition Classes
- IterableOnceOps
- def minOption[B >: (String, A)](implicit ord: math.Ordering[B]): Option[(String, A)]
- Definition Classes
- IterableOnceOps
- final def mkString: String
- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
- final def mkString(sep: String): String
- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
- final def mkString(start: String, sep: String, end: String): String
- Definition Classes
- IterableOnceOps
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newSpecificBuilder: Builder[(String, A), WrappedDictionary[A]]
- Attributes
- protected[this]
- Definition Classes
- WrappedDictionary → MapFactoryDefaults → IterableFactoryDefaults → IterableOps
- def nonEmpty: Boolean
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecatedOverriding("nonEmpty is defined as !isEmpty; override isEmpty instead", "2.13.0")
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def orElse[A1 <: String, B1 >: A](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
- Definition Classes
- PartialFunction
- def partition(p: ((String, A)) => Boolean): (WrappedDictionary[A], WrappedDictionary[A])
- Definition Classes
- IterableOps
- def partitionMap[A1, A2](f: ((String, A)) => Either[A1, A2]): (collection.mutable.Iterable[A1], collection.mutable.Iterable[A2])
- Definition Classes
- IterableOps
- def product[B >: (String, A)](implicit num: math.Numeric[B]): B
- Definition Classes
- IterableOnceOps
- def put(key: String, value: A): Option[A]
- Definition Classes
- MapOps
- def reduce[B >: (String, A)](op: (B, B) => B): B
- Definition Classes
- IterableOnceOps
- def reduceLeft[B >: (String, A)](op: (B, (String, A)) => B): B
- Definition Classes
- IterableOnceOps
- def reduceLeftOption[B >: (String, A)](op: (B, (String, A)) => B): Option[B]
- Definition Classes
- IterableOnceOps
- def reduceOption[B >: (String, A)](op: (B, B) => B): Option[B]
- Definition Classes
- IterableOnceOps
- def reduceRight[B >: (String, A)](op: ((String, A), B) => B): B
- Definition Classes
- IterableOnceOps
- def reduceRightOption[B >: (String, A)](op: ((String, A), B) => B): Option[B]
- Definition Classes
- IterableOnceOps
- def remove(key: String): Option[A]
- Definition Classes
- MapOps
- def result(): WrappedDictionary[A]
- Definition Classes
- MapOps → Builder
- def reversed: collection.Iterable[(String, A)]
- Attributes
- protected
- Definition Classes
- IterableOnceOps
- def runWith[U](action: (A) => U): (String) => Boolean
- Definition Classes
- PartialFunction
- def scan[B >: (String, A)](z: B)(op: (B, B) => B): collection.mutable.Iterable[B]
- Definition Classes
- IterableOps
- def scanLeft[B](z: B)(op: (B, (String, A)) => B): collection.mutable.Iterable[B]
- Definition Classes
- IterableOps → IterableOnceOps
- def scanRight[B](z: B)(op: ((String, A), B) => B): collection.mutable.Iterable[B]
- Definition Classes
- IterableOps
- def size: Int
- Definition Classes
- IterableOnceOps
- def sizeCompare(that: collection.Iterable[_]): Int
- Definition Classes
- IterableOps
- def sizeCompare(otherSize: Int): Int
- Definition Classes
- IterableOps
- final def sizeHint(coll: collection.IterableOnce[_], delta: Int): Unit
- Definition Classes
- Builder
- def sizeHint(size: Int): Unit
- Definition Classes
- Builder
- final def sizeHintBounded(size: Int, boundingColl: collection.Iterable[_]): Unit
- Definition Classes
- Builder
- final def sizeIs: SizeCompareOps
- Definition Classes
- IterableOps
- Annotations
- @inline()
- def slice(from: Int, until: Int): WrappedDictionary[A]
- Definition Classes
- IterableOps → IterableOnceOps
- def sliding(size: Int, step: Int): collection.Iterator[WrappedDictionary[A]]
- Definition Classes
- IterableOps
- def sliding(size: Int): collection.Iterator[WrappedDictionary[A]]
- Definition Classes
- IterableOps
- def span(p: ((String, A)) => Boolean): (WrappedDictionary[A], WrappedDictionary[A])
- Definition Classes
- IterableOps → IterableOnceOps
- def splitAt(n: Int): (WrappedDictionary[A], WrappedDictionary[A])
- Definition Classes
- IterableOps → IterableOnceOps
- def stepper[S <: Stepper[_]](implicit shape: StepperShape[(String, A), S]): S
- Definition Classes
- IterableOnce
- def stringPrefix: String
- Attributes
- protected[this]
- Definition Classes
- Map → Iterable
- def subtractAll(xs: collection.IterableOnce[String]): WrappedDictionary.this.type
- Definition Classes
- Shrinkable
- def subtractOne(key: String): WrappedDictionary.this.type
- Definition Classes
- WrappedDictionary → Shrinkable
- def sum[B >: (String, A)](implicit num: math.Numeric[B]): B
- Definition Classes
- IterableOnceOps
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def tail: WrappedDictionary[A]
- Definition Classes
- IterableOps
- def tails: collection.Iterator[WrappedDictionary[A]]
- Definition Classes
- IterableOps
- def take(n: Int): WrappedDictionary[A]
- Definition Classes
- IterableOps → IterableOnceOps
- def takeRight(n: Int): WrappedDictionary[A]
- Definition Classes
- IterableOps
- def takeWhile(p: ((String, A)) => Boolean): WrappedDictionary[A]
- Definition Classes
- IterableOps → IterableOnceOps
- def tapEach[U](f: ((String, A)) => U): WrappedDictionary[A]
- Definition Classes
- IterableOps → IterableOnceOps
- def to[C1](factory: Factory[(String, A), C1]): C1
- Definition Classes
- IterableOnceOps
- def toArray[B >: (String, A)](implicit arg0: ClassTag[B]): scala.Array[B]
- Definition Classes
- IterableOnceOps
- final def toBuffer[B >: (String, A)]: Buffer[B]
- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
- def toIndexedSeq: collection.immutable.IndexedSeq[(String, A)]
- Definition Classes
- IterableOnceOps
- final def toIterable: WrappedDictionary.this.type
- Definition Classes
- Iterable → IterableOps
- def toList: collection.immutable.List[(String, A)]
- Definition Classes
- IterableOnceOps
- def toMap[K, V](implicit ev: <:<[(String, A), (K, V)]): Map[K, V]
- Definition Classes
- IterableOnceOps
- def toSeq: collection.immutable.Seq[(String, A)]
- Definition Classes
- IterableOnceOps
- def toSet[B >: (String, A)]: Set[B]
- Definition Classes
- IterableOnceOps
- def toString(): String
- Definition Classes
- Map → Function1 → Iterable → AnyRef → Any
- def toVector: collection.immutable.Vector[(String, A)]
- Definition Classes
- IterableOnceOps
- def transpose[B](implicit asIterable: ((String, A)) => collection.Iterable[B]): collection.mutable.Iterable[collection.mutable.Iterable[B]]
- Definition Classes
- IterableOps
- def unapply(a: String): Option[A]
- Definition Classes
- PartialFunction
- def unlift: PartialFunction[String, B]
- Implicit
- This member is added by an implicit conversion from WrappedDictionary[A] toUnliftOps[String, B] performed by method UnliftOps in scala.Function1.This conversion will take place only if A is a subclass of Option[B] (A <: Option[B]).
- Definition Classes
- UnliftOps
- def unzip[A1, A2](implicit asPair: ((String, A)) => (A1, A2)): (collection.mutable.Iterable[A1], collection.mutable.Iterable[A2])
- Definition Classes
- IterableOps
- 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
- IterableOps
- def update(key: String, value: A): Unit
- Definition Classes
- WrappedDictionary → MapOps
- def updateWith(key: String)(remappingFunction: (Option[A]) => Option[A]): Option[A]
- Definition Classes
- MapOps
- def valueStepper[S <: Stepper[_]](implicit shape: StepperShape[A, S]): S
- Definition Classes
- MapOps
- def values: collection.Iterable[A]
- Definition Classes
- MapOps
- def valuesIterator: collection.Iterator[A]
- Definition Classes
- MapOps
- def view: MapView[String, A]
- Definition Classes
- MapOps → IterableOps
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def withDefault(d: (String) => A): Map[String, A]
- Definition Classes
- Map
- def withDefaultValue(d: A): Map[String, A]
- Definition Classes
- Map
- def withFilter(p: ((String, A)) => Boolean): WithFilter[String, A, [x]collection.mutable.Iterable[x], [x, y]Map[x, y]]
- Definition Classes
- MapFactoryDefaults → IterableOps
- def zip[B](that: collection.IterableOnce[B]): collection.mutable.Iterable[((String, A), B)]
- Definition Classes
- IterableOps
- def zipAll[A1 >: (String, A), B](that: collection.Iterable[B], thisElem: A1, thatElem: B): collection.mutable.Iterable[(A1, B)]
- Definition Classes
- IterableOps
- def zipWithIndex: collection.mutable.Iterable[((String, A), Int)]
- Definition Classes
- IterableOps → IterableOnceOps
Shadowed Implicit Value Members
- def +(other: String): String
- Implicit
- This member is added by an implicit conversion from WrappedDictionary[A] toany2stringadd[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
Deprecated Value Members
- def +[V1 >: A](elem1: (String, V1), elem2: (String, V1), elems: (String, V1)*): Map[String, V1]
- Definition Classes
- MapOps
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use ++ with an explicit collection argument instead of + with varargs
- def +[V1 >: A](kv: (String, V1)): Map[String, V1]
- Definition Classes
- MapOps
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Consider requiring an immutable Map or fall back to Map.concat.
- def ++:[V1 >: A](that: collection.IterableOnce[(String, V1)]): Map[String, V1]
- Definition Classes
- MapOps
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use ++ instead of ++: for collections of type Iterable
- def ++:[B >: (String, A)](that: collection.IterableOnce[B]): collection.mutable.Iterable[B]
- Definition Classes
- IterableOps
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use ++ instead of ++: for collections of type Iterable
- final def +=(elem1: (String, A), elem2: (String, A), elems: (String, A)*): WrappedDictionary.this.type
- Definition Classes
- Growable
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use
++=
(addAll) instead of varargs+=
- final def -(key1: String, key2: String, keys: String*): WrappedDictionary[A]
- Definition Classes
- MapOps
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use -- or removeAll on an immutable Map
- final def -(key: String): WrappedDictionary[A]
- Definition Classes
- MapOps
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use - or remove on an immutable Map
- def --(keys: collection.IterableOnce[String]): WrappedDictionary[A]
- Definition Classes
- MapOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Consider requiring an immutable Map.
- def /:[B](z: B)(op: (B, (String, A)) => B): B
- Implicit
- This member is added by an implicit conversion from WrappedDictionary[A] toIterableOnceExtensionMethods[(String, A)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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: IterableOnceExtensionMethods[(String, A)])./:(z)(op)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use .iterator.foldLeft instead
- final def /:[B](z: B)(op: (B, (String, A)) => B): B
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use foldLeft instead of /:
- def :\[B](z: B)(op: ((String, A), B) => B): B
- Implicit
- This member is added by an implicit conversion from WrappedDictionary[A] toIterableOnceExtensionMethods[(String, A)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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: IterableOnceExtensionMethods[(String, A)]).:\(z)(op)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use .iterator.foldRight instead
- final def :\[B](z: B)(op: ((String, A), B) => B): B
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use foldRight instead of :\
- def aggregate[B](z: => B)(seqop: (B, (String, A)) => B, combop: (B, B) => B): B
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0)
aggregate
is not relevant for sequential collections. UsefoldLeft(z)(seqop)
instead.
- def collectFirst[B](f: PartialFunction[(String, A), B]): Option[B]
- Implicit
- This member is added by an implicit conversion from WrappedDictionary[A] toIterableOnceExtensionMethods[(String, A)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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: IterableOnceExtensionMethods[(String, A)]).collectFirst(f)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.collectFirst(...) instead
- def companion: IterableFactory[[_]collection.mutable.Iterable[_]]
- Definition Classes
- IterableOps
- Annotations
- @deprecated @deprecatedOverriding("Use iterableFactory instead", "2.13.0") @inline()
- Deprecated
(Since version 2.13.0) Use iterableFactory instead
- def copyToBuffer(dest: Buffer[(String, A)]): Unit
- Implicit
- This member is added by an implicit conversion from WrappedDictionary[A] toIterableOnceExtensionMethods[(String, A)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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: IterableOnceExtensionMethods[(String, A)]).copyToBuffer(dest)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.copyToBuffer(...) instead
- final def copyToBuffer[B >: (String, A)](dest: Buffer[B]): Unit
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use
dest ++= coll
instead
- def count(f: ((String, A)) => Boolean): Int
- Implicit
- This member is added by an implicit conversion from WrappedDictionary[A] toIterableOnceExtensionMethods[(String, A)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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: IterableOnceExtensionMethods[(String, A)]).count(f)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.count(...) instead
- def exists(f: ((String, A)) => Boolean): Boolean
- Implicit
- This member is added by an implicit conversion from WrappedDictionary[A] toIterableOnceExtensionMethods[(String, A)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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: IterableOnceExtensionMethods[(String, A)]).exists(f)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.exists(...) instead
- def filter(f: ((String, A)) => Boolean): collection.Iterator[(String, A)]
- Implicit
- This member is added by an implicit conversion from WrappedDictionary[A] toIterableOnceExtensionMethods[(String, A)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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: IterableOnceExtensionMethods[(String, A)]).filter(f)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.filter(...) instead
- def filterKeys(p: (String) => Boolean): MapView[String, A]
- Definition Classes
- MapOps
- Annotations
- @deprecated
- 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).
- def find(p: ((String, A)) => Boolean): Option[(String, A)]
- Implicit
- This member is added by an implicit conversion from WrappedDictionary[A] toIterableOnceExtensionMethods[(String, A)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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: IterableOnceExtensionMethods[(String, A)]).find(p)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.find instead
- def flatMap[B](f: ((String, A)) => collection.IterableOnce[B]): collection.IterableOnce[B]
- Implicit
- This member is added by an implicit conversion from WrappedDictionary[A] toIterableOnceExtensionMethods[(String, A)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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: IterableOnceExtensionMethods[(String, A)]).flatMap(f)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.flatMap instead or consider requiring an Iterable
- def fold[A1 >: A](z: A1)(op: (A1, A1) => A1): A1
- Implicit
- This member is added by an implicit conversion from WrappedDictionary[A] toIterableOnceExtensionMethods[(String, A)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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: IterableOnceExtensionMethods[(String, A)]).fold(z)(op)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.fold instead
- def foldLeft[B](z: B)(op: (B, (String, A)) => B): B
- Implicit
- This member is added by an implicit conversion from WrappedDictionary[A] toIterableOnceExtensionMethods[(String, A)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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: IterableOnceExtensionMethods[(String, A)]).foldLeft(z)(op)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use .iterator.foldLeft instead
- def foldRight[B](z: B)(op: ((String, A), B) => B): B
- Implicit
- This member is added by an implicit conversion from WrappedDictionary[A] toIterableOnceExtensionMethods[(String, A)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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: IterableOnceExtensionMethods[(String, A)]).foldRight(z)(op)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use .iterator.foldRight instead
- def forall(f: ((String, A)) => Boolean): Boolean
- Implicit
- This member is added by an implicit conversion from WrappedDictionary[A] toIterableOnceExtensionMethods[(String, A)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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: IterableOnceExtensionMethods[(String, A)]).forall(f)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.forall(...) instead
- def foreach[U](f: ((String, A)) => U): Unit
- Implicit
- This member is added by an implicit conversion from WrappedDictionary[A] toIterableOnceExtensionMethods[(String, A)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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: IterableOnceExtensionMethods[(String, A)]).foreach(f)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use .iterator.foreach(...) instead
- def hasDefiniteSize: Boolean
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Check .knownSize instead of .hasDefiniteSize for more actionable information (see scaladoc for details)
- def isEmpty: Boolean
- Implicit
- This member is added by an implicit conversion from WrappedDictionary[A] toIterableOnceExtensionMethods[(String, A)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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: IterableOnceExtensionMethods[(String, A)]).isEmpty
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.isEmpty instead
- def map[B](f: ((String, A)) => B): collection.IterableOnce[B]
- Implicit
- This member is added by an implicit conversion from WrappedDictionary[A] toIterableOnceExtensionMethods[(String, A)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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: IterableOnceExtensionMethods[(String, A)]).map(f)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.map instead or consider requiring an Iterable
- def mapValues[W](f: (A) => W): MapView[String, W]
- Definition Classes
- MapOps
- Annotations
- @deprecated
- 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).
- def max(implicit ord: math.Ordering[(String, A)]): (String, A)
- Implicit
- This member is added by an implicit conversion from WrappedDictionary[A] toIterableOnceExtensionMethods[(String, A)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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: IterableOnceExtensionMethods[(String, A)]).max(ord)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.max instead
- def maxBy[B](f: ((String, A)) => B)(implicit cmp: math.Ordering[B]): (String, A)
- Implicit
- This member is added by an implicit conversion from WrappedDictionary[A] toIterableOnceExtensionMethods[(String, A)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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: IterableOnceExtensionMethods[(String, A)]).maxBy(f)(cmp)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.maxBy(...) instead
- def min(implicit ord: math.Ordering[(String, A)]): (String, A)
- Implicit
- This member is added by an implicit conversion from WrappedDictionary[A] toIterableOnceExtensionMethods[(String, A)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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: IterableOnceExtensionMethods[(String, A)]).min(ord)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.min instead
- def minBy[B](f: ((String, A)) => B)(implicit cmp: math.Ordering[B]): (String, A)
- Implicit
- This member is added by an implicit conversion from WrappedDictionary[A] toIterableOnceExtensionMethods[(String, A)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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: IterableOnceExtensionMethods[(String, A)]).minBy(f)(cmp)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.minBy(...) instead
- def mkString: String
- Implicit
- This member is added by an implicit conversion from WrappedDictionary[A] toIterableOnceExtensionMethods[(String, A)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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: IterableOnceExtensionMethods[(String, A)]).mkString
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.mkString instead
- def mkString(sep: String): String
- Implicit
- This member is added by an implicit conversion from WrappedDictionary[A] toIterableOnceExtensionMethods[(String, A)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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: IterableOnceExtensionMethods[(String, A)]).mkString(sep)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.mkString instead
- def mkString(start: String, sep: String, end: String): String
- Implicit
- This member is added by an implicit conversion from WrappedDictionary[A] toIterableOnceExtensionMethods[(String, A)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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: IterableOnceExtensionMethods[(String, A)]).mkString(start, sep, end)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.mkString instead
- def nonEmpty: Boolean
- Implicit
- This member is added by an implicit conversion from WrappedDictionary[A] toIterableOnceExtensionMethods[(String, A)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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: IterableOnceExtensionMethods[(String, A)]).nonEmpty
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.nonEmpty instead
- def product(implicit num: math.Numeric[(String, A)]): (String, A)
- Implicit
- This member is added by an implicit conversion from WrappedDictionary[A] toIterableOnceExtensionMethods[(String, A)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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: IterableOnceExtensionMethods[(String, A)]).product(num)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.product instead
- def reduce(f: ((String, A), (String, A)) => (String, A)): (String, A)
- Implicit
- This member is added by an implicit conversion from WrappedDictionary[A] toIterableOnceExtensionMethods[(String, A)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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: IterableOnceExtensionMethods[(String, A)]).reduce(f)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.reduce(...) instead
- def reduceLeft(f: ((String, A), (String, A)) => (String, A)): (String, A)
- Implicit
- This member is added by an implicit conversion from WrappedDictionary[A] toIterableOnceExtensionMethods[(String, A)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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: IterableOnceExtensionMethods[(String, A)]).reduceLeft(f)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.reduceLeft(...) instead
- def reduceLeftOption(f: ((String, A), (String, A)) => (String, A)): Option[(String, A)]
- Implicit
- This member is added by an implicit conversion from WrappedDictionary[A] toIterableOnceExtensionMethods[(String, A)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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: IterableOnceExtensionMethods[(String, A)]).reduceLeftOption(f)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.reduceLeftOption(...) instead
- def reduceOption(f: ((String, A), (String, A)) => (String, A)): Option[(String, A)]
- Implicit
- This member is added by an implicit conversion from WrappedDictionary[A] toIterableOnceExtensionMethods[(String, A)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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: IterableOnceExtensionMethods[(String, A)]).reduceOption(f)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.reduceOption(...) instead
- def reduceRight(f: ((String, A), (String, A)) => (String, A)): (String, A)
- Implicit
- This member is added by an implicit conversion from WrappedDictionary[A] toIterableOnceExtensionMethods[(String, A)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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: IterableOnceExtensionMethods[(String, A)]).reduceRight(f)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.reduceRight(...) instead
- def reduceRightOption(f: ((String, A), (String, A)) => (String, A)): Option[(String, A)]
- Implicit
- This member is added by an implicit conversion from WrappedDictionary[A] toIterableOnceExtensionMethods[(String, A)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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: IterableOnceExtensionMethods[(String, A)]).reduceRightOption(f)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.reduceRightOption(...) instead
- final def repr: WrappedDictionary[A]
- Definition Classes
- IterableOps
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use coll instead of repr in a collection implementation, use the collection value itself from the outside
- final def retain(p: (String, A) => Boolean): WrappedDictionary.this.type
- Definition Classes
- MapOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use filterInPlace instead
- def sameElements[B >: A](that: collection.IterableOnce[B]): Boolean
- Implicit
- This member is added by an implicit conversion from WrappedDictionary[A] toIterableOnceExtensionMethods[(String, A)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.sameElements instead
- def seq: WrappedDictionary.this.type
- Definition Classes
- Iterable
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Iterable.seq always returns the iterable itself
- def size: Int
- Implicit
- This member is added by an implicit conversion from WrappedDictionary[A] toIterableOnceExtensionMethods[(String, A)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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: IterableOnceExtensionMethods[(String, A)]).size
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.size instead
- def sum(implicit num: math.Numeric[(String, A)]): (String, A)
- Implicit
- This member is added by an implicit conversion from WrappedDictionary[A] toIterableOnceExtensionMethods[(String, A)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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: IterableOnceExtensionMethods[(String, A)]).sum(num)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.sum instead
- def to[C1](factory: Factory[(String, A), C1]): C1
- Implicit
- This member is added by an implicit conversion from WrappedDictionary[A] toIterableOnceExtensionMethods[(String, A)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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: IterableOnceExtensionMethods[(String, A)]).to(factory)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.to(factory) instead
- def toArray[B >: A](implicit arg0: ClassTag[B]): scala.Array[B]
- Implicit
- This member is added by an implicit conversion from WrappedDictionary[A] toIterableOnceExtensionMethods[(String, A)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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: IterableOnceExtensionMethods[(String, A)]).toArray(arg0)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.toArray
- def toBuffer[B >: A]: Buffer[B]
- Implicit
- This member is added by an implicit conversion from WrappedDictionary[A] toIterableOnceExtensionMethods[(String, A)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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: IterableOnceExtensionMethods[(String, A)]).toBuffer
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.to(ArrayBuffer) instead
- def toIndexedSeq: collection.IndexedSeq[(String, A)]
- Implicit
- This member is added by an implicit conversion from WrappedDictionary[A] toIterableOnceExtensionMethods[(String, A)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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: IterableOnceExtensionMethods[(String, A)]).toIndexedSeq
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.toIndexedSeq instead
- final def toIterable: collection.Iterable[(String, A)]
- Implicit
- This member is added by an implicit conversion from WrappedDictionary[A] toIterableOnceExtensionMethods[(String, A)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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: IterableOnceExtensionMethods[(String, A)]).toIterable
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use .iterator.to(Iterable) instead
- def toIterator: collection.Iterator[(String, A)]
- Implicit
- This member is added by an implicit conversion from WrappedDictionary[A] toIterableOnceExtensionMethods[(String, A)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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: IterableOnceExtensionMethods[(String, A)]).toIterator
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use .iterator instead
- final def toIterator: collection.Iterator[(String, A)]
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use .iterator instead of .toIterator
- def toList: collection.immutable.List[(String, A)]
- Implicit
- This member is added by an implicit conversion from WrappedDictionary[A] toIterableOnceExtensionMethods[(String, A)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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: IterableOnceExtensionMethods[(String, A)]).toList
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.to(List) instead
- def toMap[K, V](implicit ev: <:<[(String, A), (K, V)]): Map[K, V]
- Implicit
- This member is added by an implicit conversion from WrappedDictionary[A] toIterableOnceExtensionMethods[(String, A)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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: IterableOnceExtensionMethods[(String, A)]).toMap(ev)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.to(Map) instead
- def toSeq: collection.immutable.Seq[(String, A)]
- Implicit
- This member is added by an implicit conversion from WrappedDictionary[A] toIterableOnceExtensionMethods[(String, A)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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: IterableOnceExtensionMethods[(String, A)]).toSeq
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use .iterator.to(Seq) instead
- def toSet[B >: A]: Set[B]
- Implicit
- This member is added by an implicit conversion from WrappedDictionary[A] toIterableOnceExtensionMethods[(String, A)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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: IterableOnceExtensionMethods[(String, A)]).toSet
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use .iterator.to(Set) instead
- def toStream: collection.immutable.Stream[(String, A)]
- Implicit
- This member is added by an implicit conversion from WrappedDictionary[A] toIterableOnceExtensionMethods[(String, A)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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: IterableOnceExtensionMethods[(String, A)]).toStream
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use .iterator.to(LazyList) instead
- final def toStream: collection.immutable.Stream[(String, A)]
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use .to(LazyList) instead of .toStream
- final def toTraversable: collection.Traversable[(String, A)]
- Implicit
- This member is added by an implicit conversion from WrappedDictionary[A] toIterableOnceExtensionMethods[(String, A)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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: IterableOnceExtensionMethods[(String, A)]).toTraversable
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use .iterator.to(Iterable) instead
- final def toTraversable: collection.Traversable[(String, A)]
- Definition Classes
- IterableOps
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use toIterable instead
- def toVector: collection.immutable.Vector[(String, A)]
- Implicit
- This member is added by an implicit conversion from WrappedDictionary[A] toIterableOnceExtensionMethods[(String, A)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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: IterableOnceExtensionMethods[(String, A)]).toVector
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use .iterator.to(Vector) instead
- final def transform(f: (String, A) => A): WrappedDictionary.this.type
- Definition Classes
- MapOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use mapValuesInPlace instead
- def updated[V1 >: A](key: String, value: V1): Map[String, V1]
- Definition Classes
- MapOps
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use m.clone().addOne((k,v)) instead of m.updated(k, v)
- def view(from: Int, until: Int): View[(String, A)]
- Definition Classes
- IterableOps
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .view.slice(from, until) instead of .view(from, until)
- def withFilter(f: ((String, A)) => Boolean): collection.Iterator[(String, A)]
- Implicit
- This member is added by an implicit conversion from WrappedDictionary[A] toIterableOnceExtensionMethods[(String, A)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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: IterableOnceExtensionMethods[(String, A)]).withFilter(f)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.withFilter(...) instead
- def →[B](y: B): (WrappedDictionary[A], B)
- Implicit
- This member is added by an implicit conversion from WrappedDictionary[A] toArrowAssoc[WrappedDictionary[A]] performed by method ArrowAssoc in scala.Predef.This conversion will take place only if A is a subclass of Option[Nothing] (A <: Option[Nothing]).
- Definition Classes
- ArrowAssoc
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use
->
instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.