Packages

trait View[A, B] extends Map[A, B] with MapOps[A, B, View, View[A, B]] with MapFactoryDefaults[A, B, View, collection.mutable.Iterable] with TxnDebuggable

A Map that provides atomic execution of all of its methods.

Linear Supertypes
TxnDebuggable, Map[A, B], MapOps[A, B, [X, Y]View[X, Y], View[A, B]], Shrinkable[A], Builder[(A, B), View[A, B]], Growable[(A, B)], Clearable, collection.mutable.Cloneable[View[A, B]], java.lang.Cloneable, Map[A, B], Equals, MapFactoryDefaults[A, B, [x, y]View[x, y], [x]collection.mutable.Iterable[x]], MapOps[A, B, [_, _]View[_, _], View[A, B]], PartialFunction[A, B], (A) => B, collection.mutable.Iterable[(A, B)], collection.Iterable[(A, B)], IterableFactoryDefaults[(A, B), [x]collection.mutable.Iterable[x]], IterableOps[(A, B), [_]collection.mutable.Iterable[_], View[A, B]], IterableOnceOps[(A, B), [_]collection.mutable.Iterable[_], View[A, B]], collection.IterableOnce[(A, B)], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. View
  2. TxnDebuggable
  3. Map
  4. MapOps
  5. Shrinkable
  6. Builder
  7. Growable
  8. Clearable
  9. Cloneable
  10. Cloneable
  11. Map
  12. Equals
  13. MapFactoryDefaults
  14. MapOps
  15. PartialFunction
  16. Function1
  17. Iterable
  18. Iterable
  19. IterableFactoryDefaults
  20. IterableOps
  21. IterableOnceOps
  22. IterableOnce
  23. AnyRef
  24. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait GenKeySet extends AnyRef
    Attributes
    protected
    Definition Classes
    MapOps
  2. class KeySet extends AbstractSet[K] with GenKeySet with DefaultSerializable
    Attributes
    protected
    Definition Classes
    MapOps

Abstract Value Members

  1. abstract def addOne(elem: (A, B)): View.this.type
    Definition Classes
    Growable
  2. abstract def dbgStr: String

    Returns a string representation of the transactional value in this instance for debugging convenience.

    Returns a string representation of the transactional value in this instance for debugging convenience. The Ref reads (and writes) performed while constructing the result will be discarded before returning. This method works fine outside a transaction.

    If this method is called from within a transaction that is already doomed (status Txn.Rolledback), a string describing the reason for the outer transaction's rollback will be returned.

    Definition Classes
    TxnDebuggable
  3. abstract def dbgValue: Any

    Returns some value that is suitable for examination in a debugger, or returns a Txn.RollbackCause if called from inside a doomed atomic block.

    Returns some value that is suitable for examination in a debugger, or returns a Txn.RollbackCause if called from inside a doomed atomic block.

    Definition Classes
    TxnDebuggable
  4. abstract def get(key: A): Option[B]
    Definition Classes
    MapOps
  5. abstract def iterator: collection.Iterator[(A, B)]
    Definition Classes
    IterableOnce
  6. abstract def snapshot: Map[A, B]

    Takes an atomic snapshot of this transactional map.

  7. abstract def subtractOne(elem: A): View.this.type
    Definition Classes
    Shrinkable
  8. abstract def tmap: TMap[A, B]

    Returns the TMap perspective on this transactional map, which provides map functionality only inside atomic blocks.

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def ++[V2 >: B](xs: collection.IterableOnce[(A, V2)]): View[A, V2]
    Definition Classes
    MapOps
  4. final def ++[B >: (A, B)](suffix: collection.IterableOnce[B]): collection.mutable.Iterable[B]
    Definition Classes
    IterableOps
    Annotations
    @inline()
  5. final def ++=(xs: collection.IterableOnce[(A, B)]): View.this.type
    Definition Classes
    Growable
    Annotations
    @inline()
  6. final def +=(elem: (A, B)): View.this.type
    Definition Classes
    Growable
    Annotations
    @inline()
  7. final def --=(xs: collection.IterableOnce[A]): View.this.type
    Definition Classes
    Shrinkable
    Annotations
    @inline()
  8. final def -=(elem: A): View.this.type
    Definition Classes
    Shrinkable
    Annotations
    @inline()
  9. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def addAll(xs: collection.IterableOnce[(A, B)]): View.this.type
    Definition Classes
    Growable
  11. def addString(sb: collection.mutable.StringBuilder, start: String, sep: String, end: String): collection.mutable.StringBuilder
    Definition Classes
    MapOps → IterableOnceOps
  12. final def addString(b: collection.mutable.StringBuilder): collection.mutable.StringBuilder
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  13. final def addString(b: collection.mutable.StringBuilder, sep: String): collection.mutable.StringBuilder
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  14. def andThen[C](k: PartialFunction[B, C]): PartialFunction[A, C]
    Definition Classes
    PartialFunction
  15. def andThen[C](k: (B) => C): PartialFunction[A, C]
    Definition Classes
    PartialFunction → Function1
  16. def apply(key: A): B
    Definition Classes
    MapOps → Function1
    Annotations
    @throws(scala.this.throws.<init>$default$1[NoSuchElementException])
  17. def applyOrElse[K1 <: A, V1 >: B](x: K1, default: (K1) => V1): V1
    Definition Classes
    MapOps → PartialFunction
  18. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  19. def canEqual(that: Any): Boolean
    Definition Classes
    Map → Equals
  20. def className: String
    Definition Classes
    View → Iterable
  21. def clear(): Unit
    Definition Classes
    MapOps → Builder → Clearable
  22. def clone(): View[A, B]
    Definition Classes
    MapOps → Cloneable → AnyRef
  23. final def coll: View.this.type
    Attributes
    protected
    Definition Classes
    Iterable → IterableOps
  24. def collect[K2, V2](pf: PartialFunction[(A, B), (K2, V2)]): View[K2, V2]
    Definition Classes
    MapOps
  25. def collect[B](pf: PartialFunction[(A, B), B]): collection.mutable.Iterable[B]
    Definition Classes
    IterableOps → IterableOnceOps
  26. def collectFirst[B](pf: PartialFunction[(A, B), B]): Option[B]
    Definition Classes
    IterableOnceOps
  27. def compose[R](k: PartialFunction[R, A]): PartialFunction[R, B]
    Definition Classes
    PartialFunction
  28. def compose[A](g: (A) => A): (A) => B
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  29. def concat[V2 >: B](suffix: collection.IterableOnce[(A, V2)]): View[A, V2]
    Definition Classes
    MapOps
  30. def concat[B >: (A, B)](suffix: collection.IterableOnce[B]): collection.mutable.Iterable[B]
    Definition Classes
    IterableOps
  31. def contains(key: A): Boolean
    Definition Classes
    MapOps
  32. def copyToArray[B >: (A, B)](xs: Array[B], start: Int, len: Int): Int
    Definition Classes
    IterableOnceOps
  33. def copyToArray[B >: (A, B)](xs: Array[B], start: Int): Int
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding("This should always forward to the 3-arg version of this method", "2.13.4")
  34. def copyToArray[B >: (A, B)](xs: Array[B]): Int
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding("This should always forward to the 3-arg version of this method", "2.13.4")
  35. def corresponds[B](that: collection.IterableOnce[B])(p: ((A, B), B) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  36. def count(p: ((A, B)) => Boolean): Int
    Definition Classes
    IterableOnceOps
  37. def default(key: A): B
    Definition Classes
    MapOps
    Annotations
    @throws(scala.this.throws.<init>$default$1[NoSuchElementException])
  38. def drop(n: Int): View[A, B]
    Definition Classes
    IterableOps → IterableOnceOps
  39. def dropRight(n: Int): View[A, B]
    Definition Classes
    IterableOps
  40. def dropWhile(p: ((A, B)) => Boolean): View[A, B]
    Definition Classes
    IterableOps → IterableOnceOps
  41. def elementWise: ElementWiseExtractor[A, B]
    Definition Classes
    PartialFunction
  42. def empty: View[A, B]
    Definition Classes
    View → MapFactoryDefaults → IterableFactoryDefaults → IterableOps
  43. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  44. def equals(o: Any): Boolean
    Definition Classes
    Map → Equals → AnyRef → Any
  45. def exists(p: ((A, B)) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  46. def filter(pred: ((A, B)) => Boolean): View[A, B]
    Definition Classes
    IterableOps → IterableOnceOps
  47. def filterInPlace(p: (A, B) => Boolean): View.this.type
    Definition Classes
    MapOps
  48. def filterNot(pred: ((A, B)) => Boolean): View[A, B]
    Definition Classes
    IterableOps → IterableOnceOps
  49. def find(p: ((A, B)) => Boolean): Option[(A, B)]
    Definition Classes
    IterableOnceOps
  50. def flatMap[K2, V2](f: ((A, B)) => collection.IterableOnce[(K2, V2)]): View[K2, V2]
    Definition Classes
    MapOps
  51. def flatMap[B](f: ((A, B)) => collection.IterableOnce[B]): collection.mutable.Iterable[B]
    Definition Classes
    IterableOps → IterableOnceOps
  52. def flatten[B](implicit asIterable: ((A, B)) => collection.IterableOnce[B]): collection.mutable.Iterable[B]
    Definition Classes
    IterableOps → IterableOnceOps
  53. def fold[A1 >: (A, B)](z: A1)(op: (A1, A1) => A1): A1
    Definition Classes
    IterableOnceOps
  54. def foldLeft[B](z: B)(op: (B, (A, B)) => B): B
    Definition Classes
    IterableOnceOps
  55. def foldRight[B](z: B)(op: ((A, B), B) => B): B
    Definition Classes
    IterableOnceOps
  56. def forall(p: ((A, B)) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  57. def foreach[U](f: ((A, B)) => U): Unit
    Definition Classes
    IterableOnceOps
  58. def foreachEntry[U](f: (A, B) => U): Unit
    Definition Classes
    MapOps
  59. def fromSpecific(coll: collection.IterableOnce[(A, B)]): View[A, B]
    Attributes
    protected
    Definition Classes
    MapFactoryDefaults → IterableOps
  60. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  61. def getOrElse[V1 >: B](key: A, default: => V1): V1
    Definition Classes
    MapOps
  62. def getOrElseUpdate(key: A, op: => B): B
    Definition Classes
    MapOps
  63. def groupBy[K](f: ((A, B)) => K): Map[K, View[A, B]]
    Definition Classes
    IterableOps
  64. def groupMap[K, B](key: ((A, B)) => K)(f: ((A, B)) => B): Map[K, collection.mutable.Iterable[B]]
    Definition Classes
    IterableOps
  65. def groupMapReduce[K, B](key: ((A, B)) => K)(f: ((A, B)) => B)(reduce: (B, B) => B): Map[K, B]
    Definition Classes
    IterableOps
  66. def grouped(size: Int): collection.Iterator[View[A, B]]
    Definition Classes
    IterableOps
  67. def hashCode(): Int
    Definition Classes
    Map → AnyRef → Any
  68. def head: (A, B)
    Definition Classes
    IterableOps
  69. def headOption: Option[(A, B)]
    Definition Classes
    IterableOps
  70. def init: View[A, B]
    Definition Classes
    IterableOps
  71. def inits: collection.Iterator[View[A, B]]
    Definition Classes
    IterableOps
  72. def isDefinedAt(key: A): Boolean
    Definition Classes
    MapOps → PartialFunction
  73. def isEmpty: Boolean
    Definition Classes
    IterableOnceOps
  74. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  75. def isTraversableAgain: Boolean
    Definition Classes
    IterableOps → IterableOnceOps
  76. def iterableFactory: IterableFactory[collection.mutable.Iterable]
    Definition Classes
    Iterable → Iterable → IterableOps
  77. def keySet: Set[A]
    Definition Classes
    MapOps
  78. def keyStepper[S <: Stepper[_]](implicit shape: StepperShape[A, S]): S
    Definition Classes
    MapOps
  79. def keys: collection.Iterable[A]
    Definition Classes
    MapOps
  80. def keysIterator: collection.Iterator[A]
    Definition Classes
    MapOps
  81. def knownSize: Int
    Definition Classes
    MapOps → Growable → IterableOnce
  82. def last: (A, B)
    Definition Classes
    IterableOps
  83. def lastOption: Option[(A, B)]
    Definition Classes
    IterableOps
  84. def lazyZip[B](that: collection.Iterable[B]): LazyZip2[(A, B), B, View.this.type]
    Definition Classes
    Iterable
  85. def lift: (A) => Option[B]
    Definition Classes
    PartialFunction
  86. def map[K2, V2](f: ((A, B)) => (K2, V2)): View[K2, V2]
    Definition Classes
    MapOps
  87. def map[B](f: ((A, B)) => B): collection.mutable.Iterable[B]
    Definition Classes
    IterableOps → IterableOnceOps
  88. def mapFactory: MapFactory[View]
    Definition Classes
    View → Map → Map → MapOps
  89. final def mapFromIterable[K2, V2](it: collection.Iterable[(K2, V2)]): View[K2, V2]
    Attributes
    protected
    Definition Classes
    MapOps
    Annotations
    @inline()
  90. def mapResult[NewTo](f: (View[A, B]) => NewTo): Builder[(A, B), NewTo]
    Definition Classes
    Builder
  91. def mapValuesInPlace(f: (A, B) => B): View.this.type
    Definition Classes
    MapOps
  92. def max[B >: (A, B)](implicit ord: math.Ordering[B]): (A, B)
    Definition Classes
    IterableOnceOps
  93. def maxBy[B](f: ((A, B)) => B)(implicit cmp: math.Ordering[B]): (A, B)
    Definition Classes
    IterableOnceOps
  94. def maxByOption[B](f: ((A, B)) => B)(implicit cmp: math.Ordering[B]): Option[(A, B)]
    Definition Classes
    IterableOnceOps
  95. def maxOption[B >: (A, B)](implicit ord: math.Ordering[B]): Option[(A, B)]
    Definition Classes
    IterableOnceOps
  96. def min[B >: (A, B)](implicit ord: math.Ordering[B]): (A, B)
    Definition Classes
    IterableOnceOps
  97. def minBy[B](f: ((A, B)) => B)(implicit cmp: math.Ordering[B]): (A, B)
    Definition Classes
    IterableOnceOps
  98. def minByOption[B](f: ((A, B)) => B)(implicit cmp: math.Ordering[B]): Option[(A, B)]
    Definition Classes
    IterableOnceOps
  99. def minOption[B >: (A, B)](implicit ord: math.Ordering[B]): Option[(A, B)]
    Definition Classes
    IterableOnceOps
  100. final def mkString: String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  101. final def mkString(sep: String): String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  102. final def mkString(start: String, sep: String, end: String): String
    Definition Classes
    IterableOnceOps
  103. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  104. def newSpecificBuilder: Builder[(A, B), View[A, B]]
    Attributes
    protected
    Definition Classes
    MapFactoryDefaults → IterableOps
  105. def nonEmpty: Boolean
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding("nonEmpty is defined as !isEmpty; override isEmpty instead", "2.13.0")
  106. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  107. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  108. def orElse[A1 <: A, B1 >: B](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
    Definition Classes
    PartialFunction
  109. def partition(p: ((A, B)) => Boolean): (View[A, B], View[A, B])
    Definition Classes
    IterableOps
  110. def partitionMap[A1, A2](f: ((A, B)) => Either[A1, A2]): (collection.mutable.Iterable[A1], collection.mutable.Iterable[A2])
    Definition Classes
    IterableOps
  111. def product[B >: (A, B)](implicit num: math.Numeric[B]): B
    Definition Classes
    IterableOnceOps
  112. def put(key: A, value: B): Option[B]
    Definition Classes
    MapOps
  113. def reduce[B >: (A, B)](op: (B, B) => B): B
    Definition Classes
    IterableOnceOps
  114. def reduceLeft[B >: (A, B)](op: (B, (A, B)) => B): B
    Definition Classes
    IterableOnceOps
  115. def reduceLeftOption[B >: (A, B)](op: (B, (A, B)) => B): Option[B]
    Definition Classes
    IterableOnceOps
  116. def reduceOption[B >: (A, B)](op: (B, B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  117. def reduceRight[B >: (A, B)](op: ((A, B), B) => B): B
    Definition Classes
    IterableOnceOps
  118. def reduceRightOption[B >: (A, B)](op: ((A, B), B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  119. def remove(key: A): Option[B]
    Definition Classes
    MapOps
  120. def result(): View[A, B]
    Definition Classes
    MapOps → Builder
  121. def reversed: collection.Iterable[(A, B)]
    Attributes
    protected
    Definition Classes
    IterableOnceOps
  122. def runWith[U](action: (B) => U): (A) => Boolean
    Definition Classes
    PartialFunction
  123. def scan[B >: (A, B)](z: B)(op: (B, B) => B): collection.mutable.Iterable[B]
    Definition Classes
    IterableOps
  124. def scanLeft[B](z: B)(op: (B, (A, B)) => B): collection.mutable.Iterable[B]
    Definition Classes
    IterableOps → IterableOnceOps
  125. def scanRight[B](z: B)(op: ((A, B), B) => B): collection.mutable.Iterable[B]
    Definition Classes
    IterableOps
  126. def size: Int
    Definition Classes
    IterableOnceOps
  127. def sizeCompare(that: collection.Iterable[_]): Int
    Definition Classes
    IterableOps
  128. def sizeCompare(otherSize: Int): Int
    Definition Classes
    IterableOps
  129. final def sizeHint(coll: collection.IterableOnce[_], delta: Int): Unit
    Definition Classes
    Builder
  130. def sizeHint(size: Int): Unit
    Definition Classes
    Builder
  131. final def sizeHintBounded(size: Int, boundingColl: collection.Iterable[_]): Unit
    Definition Classes
    Builder
  132. final def sizeIs: SizeCompareOps
    Definition Classes
    IterableOps
    Annotations
    @inline()
  133. def slice(from: Int, until: Int): View[A, B]
    Definition Classes
    IterableOps → IterableOnceOps
  134. def sliding(size: Int, step: Int): collection.Iterator[View[A, B]]
    Definition Classes
    IterableOps
  135. def sliding(size: Int): collection.Iterator[View[A, B]]
    Definition Classes
    IterableOps
  136. def span(p: ((A, B)) => Boolean): (View[A, B], View[A, B])
    Definition Classes
    IterableOps → IterableOnceOps
  137. def splitAt(n: Int): (View[A, B], View[A, B])
    Definition Classes
    IterableOps → IterableOnceOps
  138. def stepper[S <: Stepper[_]](implicit shape: StepperShape[(A, B), S]): S
    Definition Classes
    IterableOnce
  139. def stringPrefix: String
    Attributes
    protected[this]
    Definition Classes
    Map → Iterable
  140. def subtractAll(xs: collection.IterableOnce[A]): View.this.type
    Definition Classes
    Shrinkable
  141. def sum[B >: (A, B)](implicit num: math.Numeric[B]): B
    Definition Classes
    IterableOnceOps
  142. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  143. def tail: View[A, B]
    Definition Classes
    IterableOps
  144. def tails: collection.Iterator[View[A, B]]
    Definition Classes
    IterableOps
  145. def take(n: Int): View[A, B]
    Definition Classes
    IterableOps → IterableOnceOps
  146. def takeRight(n: Int): View[A, B]
    Definition Classes
    IterableOps
  147. def takeWhile(p: ((A, B)) => Boolean): View[A, B]
    Definition Classes
    IterableOps → IterableOnceOps
  148. def tapEach[U](f: ((A, B)) => U): View[A, B]
    Definition Classes
    IterableOps → IterableOnceOps
  149. def to[C1](factory: Factory[(A, B), C1]): C1
    Definition Classes
    IterableOnceOps
  150. def toArray[B >: (A, B)](implicit arg0: ClassTag[B]): Array[B]
    Definition Classes
    IterableOnceOps
  151. final def toBuffer[B >: (A, B)]: Buffer[B]
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  152. def toIndexedSeq: collection.immutable.IndexedSeq[(A, B)]
    Definition Classes
    IterableOnceOps
  153. final def toIterable: View.this.type
    Definition Classes
    Iterable → IterableOps
  154. def toList: collection.immutable.List[(A, B)]
    Definition Classes
    IterableOnceOps
  155. def toMap[K, V](implicit ev: <:<[(A, B), (K, V)]): Map[K, V]
    Definition Classes
    IterableOnceOps
  156. def toSeq: collection.immutable.Seq[(A, B)]
    Definition Classes
    IterableOnceOps
  157. def toSet[B >: (A, B)]: Set[B]
    Definition Classes
    IterableOnceOps
  158. def toString(): String
    Definition Classes
    Map → Function1 → Iterable → AnyRef → Any
  159. def toVector: collection.immutable.Vector[(A, B)]
    Definition Classes
    IterableOnceOps
  160. def transpose[B](implicit asIterable: ((A, B)) => collection.Iterable[B]): collection.mutable.Iterable[collection.mutable.Iterable[B]]
    Definition Classes
    IterableOps
  161. def unapply(a: A): Option[B]
    Definition Classes
    PartialFunction
  162. def unzip[A1, A2](implicit asPair: ((A, B)) => (A1, A2)): (collection.mutable.Iterable[A1], collection.mutable.Iterable[A2])
    Definition Classes
    IterableOps
  163. def unzip3[A1, A2, A3](implicit asTriple: ((A, B)) => (A1, A2, A3)): (collection.mutable.Iterable[A1], collection.mutable.Iterable[A2], collection.mutable.Iterable[A3])
    Definition Classes
    IterableOps
  164. def update(key: A, value: B): Unit
    Definition Classes
    MapOps
  165. def updateWith(key: A)(remappingFunction: (Option[B]) => Option[B]): Option[B]
    Definition Classes
    MapOps
  166. def valueStepper[S <: Stepper[_]](implicit shape: StepperShape[B, S]): S
    Definition Classes
    MapOps
  167. def values: collection.Iterable[B]
    Definition Classes
    MapOps
  168. def valuesIterator: collection.Iterator[B]
    Definition Classes
    MapOps
  169. def view: MapView[A, B]
    Definition Classes
    MapOps → IterableOps
  170. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  171. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  172. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  173. def withDefault(d: (A) => B): Map[A, B]
    Definition Classes
    Map
  174. def withDefaultValue(d: B): Map[A, B]
    Definition Classes
    Map
  175. def withFilter(p: ((A, B)) => Boolean): WithFilter[A, B, [x]collection.mutable.Iterable[x], [x, y]View[x, y]]
    Definition Classes
    MapFactoryDefaults → IterableOps
  176. def zip[B](that: collection.IterableOnce[B]): collection.mutable.Iterable[((A, B), B)]
    Definition Classes
    IterableOps
  177. def zipAll[A1 >: (A, B), B](that: collection.Iterable[B], thisElem: A1, thatElem: B): collection.mutable.Iterable[(A1, B)]
    Definition Classes
    IterableOps
  178. def zipWithIndex: collection.mutable.Iterable[((A, B), Int)]
    Definition Classes
    IterableOps → IterableOnceOps

Deprecated Value Members

  1. def +[V1 >: B](elem1: (A, V1), elem2: (A, V1), elems: (A, V1)*): View[A, V1]
    Definition Classes
    MapOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use ++ with an explicit collection argument instead of + with varargs

  2. def +[V1 >: B](kv: (A, V1)): View[A, V1]
    Definition Classes
    MapOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Consider requiring an immutable Map or fall back to Map.concat.

  3. def ++:[V1 >: B](that: collection.IterableOnce[(A, V1)]): View[A, V1]
    Definition Classes
    MapOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use ++ instead of ++: for collections of type Iterable

  4. def ++:[B >: (A, B)](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

  5. final def +=(elem1: (A, B), elem2: (A, B), elems: (A, B)*): View.this.type
    Definition Classes
    Growable
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use ++= aka addAll instead of varargs +=; infix operations with an operand of multiple args will be deprecated

  6. final def -(key1: A, key2: A, keys: A*): View[A, B]
    Definition Classes
    MapOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -- or removeAll on an immutable Map

  7. final def -(key: A): View[A, B]
    Definition Classes
    MapOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use - or remove on an immutable Map

  8. def --(keys: collection.IterableOnce[A]): View[A, B]
    Definition Classes
    MapOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Consider requiring an immutable Map.

  9. def -=(elem1: A, elem2: A, elems: A*): View.this.type
    Definition Classes
    Shrinkable
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.3) Use --= aka subtractAll instead of varargs -=; infix operations with an operand of multiple args will be deprecated

  10. final def /:[B](z: B)(op: (B, (A, B)) => B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use foldLeft instead of /:

  11. final def :\[B](z: B)(op: ((A, B), B) => B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use foldRight instead of :\

  12. def aggregate[B](z: => B)(seqop: (B, (A, B)) => B, combop: (B, B) => B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) aggregate is not relevant for sequential collections. Use foldLeft(z)(seqop) instead.

  13. 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

  14. final def copyToBuffer[B >: (A, B)](dest: Buffer[B]): Unit
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use dest ++= coll instead

  15. def filterKeys(p: (A) => Boolean): MapView[A, B]
    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).

  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated
  17. 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)

  18. def mapValues[W](f: (B) => W): MapView[A, 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).

  19. final def repr: View[A, B]
    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

  20. final def retain(p: (A, B) => Boolean): View.this.type
    Definition Classes
    MapOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use filterInPlace instead

  21. def seq: View.this.type
    Definition Classes
    Iterable
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Iterable.seq always returns the iterable itself

  22. final def toIterator: collection.Iterator[(A, B)]
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator instead of .toIterator

  23. final def toStream: collection.immutable.Stream[(A, B)]
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .to(LazyList) instead of .toStream

  24. final def toTraversable: collection.Traversable[(A, B)]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use toIterable instead

  25. final def transform(f: (A, B) => B): View.this.type
    Definition Classes
    MapOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use mapValuesInPlace instead

  26. def updated[V1 >: B](key: A, value: V1): View[A, V1]
    Definition Classes
    MapOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use m.clone().addOne((k,v)) instead of m.updated(k, v)

  27. def view(from: Int, until: Int): collection.View[(A, B)]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .view.slice(from, until) instead of .view(from, until)

Inherited from TxnDebuggable

Inherited from Map[A, B]

Inherited from MapOps[A, B, [X, Y]View[X, Y], View[A, B]]

Inherited from Shrinkable[A]

Inherited from Builder[(A, B), View[A, B]]

Inherited from Growable[(A, B)]

Inherited from Clearable

Inherited from collection.mutable.Cloneable[View[A, B]]

Inherited from java.lang.Cloneable

Inherited from Map[A, B]

Inherited from Equals

Inherited from MapFactoryDefaults[A, B, [x, y]View[x, y], [x]collection.mutable.Iterable[x]]

Inherited from MapOps[A, B, [_, _]View[_, _], View[A, B]]

Inherited from PartialFunction[A, B]

Inherited from (A) => B

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

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

Inherited from IterableFactoryDefaults[(A, B), [x]collection.mutable.Iterable[x]]

Inherited from IterableOps[(A, B), [_]collection.mutable.Iterable[_], View[A, B]]

Inherited from IterableOnceOps[(A, B), [_]collection.mutable.Iterable[_], View[A, B]]

Inherited from collection.IterableOnce[(A, B)]

Inherited from AnyRef

Inherited from Any

Ungrouped