class SnowflakeMap[K, +V] extends AbstractMap[SnowflakeType[K], V] with StrictOptimizedMapOps[SnowflakeType[K], V, Map, SnowflakeMap[K, V]] with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SnowflakeMap
  2. Serializable
  3. StrictOptimizedMapOps
  4. StrictOptimizedMapOps
  5. StrictOptimizedIterableOps
  6. AbstractMap
  7. Map
  8. MapOps
  9. Iterable
  10. AbstractMap
  11. Map
  12. Equals
  13. MapFactoryDefaults
  14. MapOps
  15. PartialFunction
  16. Function1
  17. AbstractIterable
  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

Instance Constructors

  1. new SnowflakeMap(inner: LongMap[V])

Type Members

  1. type Key = SnowflakeType[K]

Value Members

  1. def +[V1 >: V](kv: (Key, V1)): SnowflakeMap[K, V1]
    Definition Classes
    SnowflakeMap → MapOps → MapOps
  2. def ++[V1 >: V](that: IterableOnce[(Key, V1)]): SnowflakeMap[K, V1]
    Definition Classes
    SnowflakeMap → MapOps
  3. def ++[S >: V](that: SnowflakeMap[K, S]): SnowflakeMap[K, S]
  4. final def ++[B >: (SnowflakeType[K], V)](suffix: IterableOnce[B]): Iterable[B]
    Definition Classes
    IterableOps
    Annotations
    @inline()
  5. final def -(key: SnowflakeType[K]): SnowflakeMap[K, V]
    Definition Classes
    MapOps
    Annotations
    @inline()
  6. final def --(keys: IterableOnce[SnowflakeType[K]]): SnowflakeMap[K, V]
    Definition Classes
    MapOps → MapOps
    Annotations
    @inline()
  7. def addString(sb: StringBuilder, start: String, sep: String, end: String): StringBuilder
    Definition Classes
    MapOps → IterableOnceOps
  8. final def addString(b: StringBuilder): StringBuilder
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  9. final def addString(b: StringBuilder, sep: String): StringBuilder
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  10. def andThen[C](k: PartialFunction[V, C]): PartialFunction[SnowflakeType[K], C]
    Definition Classes
    PartialFunction
  11. def andThen[C](k: (V) => C): PartialFunction[SnowflakeType[K], C]
    Definition Classes
    PartialFunction → Function1
  12. final def apply(key: Key): V
    Definition Classes
    SnowflakeMap → MapOps → Function1
  13. def applyOrElse[K1 <: SnowflakeType[K], V1 >: V](x: K1, default: (K1) => V1): V1
    Definition Classes
    MapOps → PartialFunction
  14. def canEqual(that: Any): Boolean
    Definition Classes
    Map → Equals
  15. def collect[K2, V2](pf: PartialFunction[(Key, V), (SnowflakeType[K2], V2)]): SnowflakeMap[K2, V2]
  16. def collect[K2, V2](pf: PartialFunction[(SnowflakeType[K], V), (K2, V2)]): Map[K2, V2]
    Definition Classes
    StrictOptimizedMapOps → MapOps
  17. def collect[B](pf: PartialFunction[(SnowflakeType[K], V), B]): Iterable[B]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  18. def collectFirst[B](pf: PartialFunction[(SnowflakeType[K], V), B]): Option[B]
    Definition Classes
    IterableOnceOps
  19. def compose[R](k: PartialFunction[R, SnowflakeType[K]]): PartialFunction[R, V]
    Definition Classes
    PartialFunction
  20. def compose[A](g: (A) => SnowflakeType[K]): (A) => V
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  21. def concat[V1 >: V](that: IterableOnce[(Key, V1)]): SnowflakeMap[K, V1]
    Definition Classes
    SnowflakeMap → StrictOptimizedMapOps → StrictOptimizedMapOps → MapOps
  22. def concat[B >: (SnowflakeType[K], V)](suffix: IterableOnce[B]): Iterable[B]
    Definition Classes
    IterableOps
  23. def contains(key: SnowflakeType[K]): Boolean
    Definition Classes
    MapOps
  24. def copyToArray[B >: (SnowflakeType[K], V)](xs: Array[B], start: Int, len: Int): Int
    Definition Classes
    IterableOnceOps
  25. def copyToArray[B >: (SnowflakeType[K], V)](xs: Array[B], start: Int): Int
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  26. def copyToArray[B >: (SnowflakeType[K], V)](xs: Array[B]): Int
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  27. def corresponds[B](that: IterableOnce[B])(p: ((SnowflakeType[K], V), B) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  28. def count(p: ((SnowflakeType[K], V)) => Boolean): Int
    Definition Classes
    IterableOnceOps
  29. def default(key: SnowflakeType[K]): V
    Definition Classes
    MapOps
    Annotations
    @throws(scala.this.throws.<init>$default$1[NoSuchElementException])
  30. def drop(n: Int): SnowflakeMap[K, V]
    Definition Classes
    IterableOps → IterableOnceOps
  31. def dropRight(n: Int): SnowflakeMap[K, V]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps
  32. def dropWhile(p: ((SnowflakeType[K], V)) => Boolean): SnowflakeMap[K, V]
    Definition Classes
    IterableOps → IterableOnceOps
  33. def elementWise: ElementWiseExtractor[SnowflakeType[K], V]
    Definition Classes
    PartialFunction
  34. def empty: SnowflakeMap[K, V]
    Definition Classes
    SnowflakeMap → MapFactoryDefaults → IterableFactoryDefaults → IterableOps
  35. def equals(o: Any): Boolean
    Definition Classes
    Map → Equals → AnyRef → Any
  36. def exists(p: ((SnowflakeType[K], V)) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  37. def filter(p: ((Key, V)) => Boolean): SnowflakeMap[K, V]
    Definition Classes
    SnowflakeMap → StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  38. def filterNot(pred: ((SnowflakeType[K], V)) => Boolean): SnowflakeMap[K, V]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  39. def find(p: ((SnowflakeType[K], V)) => Boolean): Option[(SnowflakeType[K], V)]
    Definition Classes
    IterableOnceOps
  40. final def firstKey: Key
  41. def flatMap[K2, V2](f: ((Key, V)) => IterableOnce[(SnowflakeType[K2], V2)]): SnowflakeMap[K2, V2]
  42. def flatMap[K2, V2](f: ((SnowflakeType[K], V)) => IterableOnce[(K2, V2)]): Map[K2, V2]
    Definition Classes
    StrictOptimizedMapOps → MapOps
  43. def flatMap[B](f: ((SnowflakeType[K], V)) => IterableOnce[B]): Iterable[B]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  44. def flatten[B](implicit toIterableOnce: ((SnowflakeType[K], V)) => IterableOnce[B]): Iterable[B]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  45. def fold[A1 >: (SnowflakeType[K], V)](z: A1)(op: (A1, A1) => A1): A1
    Definition Classes
    IterableOnceOps
  46. def foldLeft[B](z: B)(op: (B, (SnowflakeType[K], V)) => B): B
    Definition Classes
    IterableOnceOps
  47. def foldRight[B](z: B)(op: ((SnowflakeType[K], V), B) => B): B
    Definition Classes
    IterableOnceOps
  48. def forall(p: ((SnowflakeType[K], V)) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  49. final def foreach[U](f: ((Key, V)) => U): Unit
    Definition Classes
    SnowflakeMap → IterableOnceOps
  50. final def foreachEntry[U](f: (Key, V) => U): Unit
    Definition Classes
    SnowflakeMap → MapOps
  51. final def foreachKey(f: (Key) => Unit): Unit

    Loop over the keys of the map.

    Loop over the keys of the map. The same as keys.foreach(f), but may be more efficient.

    f

    The loop body

  52. final def foreachValue(f: (V) => Unit): Unit

    Loop over the values of the map.

    Loop over the values of the map. The same as values.foreach(f), but may be more efficient.

    f

    The loop body

  53. final def get(key: Key): Option[V]
    Definition Classes
    SnowflakeMap → MapOps
  54. final def getOrElse[V1 >: V](key: Key, default: => V1): V1
    Definition Classes
    SnowflakeMap → MapOps
  55. def groupBy[K](f: ((SnowflakeType[K], V)) => K): Map[K, SnowflakeMap[K, V]]
    Definition Classes
    IterableOps
  56. def groupMap[K, B](key: ((SnowflakeType[K], V)) => K)(f: ((SnowflakeType[K], V)) => B): Map[K, Iterable[B]]
    Definition Classes
    IterableOps
  57. def groupMapReduce[K, B](key: ((SnowflakeType[K], V)) => K)(f: ((SnowflakeType[K], V)) => B)(reduce: (B, B) => B): Map[K, B]
    Definition Classes
    IterableOps
  58. def grouped(size: Int): Iterator[SnowflakeMap[K, V]]
    Definition Classes
    IterableOps
  59. def hashCode(): Int
    Definition Classes
    Map → AnyRef → Any
  60. def head: (SnowflakeType[K], V)
    Definition Classes
    IterableOps
  61. def headOption: Option[(SnowflakeType[K], V)]
    Definition Classes
    IterableOps
  62. def init: SnowflakeMap[K, V]
    Definition Classes
    IterableOps
  63. def inits: Iterator[SnowflakeMap[K, V]]
    Definition Classes
    IterableOps
  64. def intersection[R](that: SnowflakeMap[K, R]): SnowflakeMap[K, V]

    Left biased intersection.

    Left biased intersection. Returns the map that has all the same mappings as this but only for keys which are present in the other map.

    R

    The type of values in that.

    that

    The map to intersect with.

    returns

    A map with all the keys both in this and that, mapped to corresponding values from this.

  65. def intersectionWith[S, R](that: SnowflakeMap[Key, S], f: (Key, V, S) => R): SnowflakeMap[K, R]

    Forms the intersection of these two maps with a combining function.

    Forms the intersection of these two maps with a combining function. The resulting map is a map that has only keys present in both maps and has values produced from the original mappings by combining them with f.

    S

    The type of values in that.

    R

    The type of values in the resulting SnowflakeMap.

    that

    The map to intersect with.

    f

    The combining function.

    returns

    Intersection of this and that, with values for identical keys produced by function f.

  66. def isDefinedAt(key: SnowflakeType[K]): Boolean
    Definition Classes
    MapOps → PartialFunction
  67. def isEmpty: Boolean
    Definition Classes
    SnowflakeMap → IterableOnceOps
  68. def isTraversableAgain: Boolean
    Definition Classes
    IterableOps → IterableOnceOps
  69. def iterableFactory: IterableFactory[Iterable]
    Definition Classes
    Iterable → Iterable → IterableOps
  70. def iterator: Iterator[(Key, V)]
    Definition Classes
    SnowflakeMap → IterableOnce
  71. def keySet: Set[SnowflakeType[K]]
    Definition Classes
    MapOps → MapOps
  72. def keyStepper[S <: Stepper[_]](implicit shape: StepperShape[SnowflakeType[K], S]): S
    Definition Classes
    MapOps
  73. def keys: Iterable[SnowflakeType[K]]
    Definition Classes
    MapOps
  74. def keysIterator: Iterator[Key]
    Definition Classes
    SnowflakeMap → MapOps
  75. def knownSize: Int
    Definition Classes
    SnowflakeMap → IterableOnce
  76. def last: (SnowflakeType[K], V)
    Definition Classes
    IterableOps
  77. final def lastKey: Key
  78. def lastOption: Option[(SnowflakeType[K], V)]
    Definition Classes
    IterableOps
  79. def lazyZip[B](that: Iterable[B]): LazyZip2[(SnowflakeType[K], V), B, SnowflakeMap.this.type]
    Definition Classes
    Iterable
  80. def lift: (SnowflakeType[K]) => Option[V]
    Definition Classes
    PartialFunction
  81. def map[K2, V2](f: ((Key, V)) => (SnowflakeType[K2], V2)): SnowflakeMap[K2, V2]
  82. def map[K2, V2](f: ((SnowflakeType[K], V)) => (K2, V2)): Map[K2, V2]
    Definition Classes
    StrictOptimizedMapOps → MapOps
  83. def map[B](f: ((SnowflakeType[K], V)) => B): Iterable[B]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  84. def mapFactory: MapFactory[Map]
    Definition Classes
    Map → Map → MapOps
  85. def max[B >: (SnowflakeType[K], V)](implicit ord: Ordering[B]): (SnowflakeType[K], V)
    Definition Classes
    IterableOnceOps
  86. def maxBy[B](f: ((SnowflakeType[K], V)) => B)(implicit cmp: Ordering[B]): (SnowflakeType[K], V)
    Definition Classes
    IterableOnceOps
  87. def maxByOption[B](f: ((SnowflakeType[K], V)) => B)(implicit cmp: Ordering[B]): Option[(SnowflakeType[K], V)]
    Definition Classes
    IterableOnceOps
  88. def maxOption[B >: (SnowflakeType[K], V)](implicit ord: Ordering[B]): Option[(SnowflakeType[K], V)]
    Definition Classes
    IterableOnceOps
  89. def min[B >: (SnowflakeType[K], V)](implicit ord: Ordering[B]): (SnowflakeType[K], V)
    Definition Classes
    IterableOnceOps
  90. def minBy[B](f: ((SnowflakeType[K], V)) => B)(implicit cmp: Ordering[B]): (SnowflakeType[K], V)
    Definition Classes
    IterableOnceOps
  91. def minByOption[B](f: ((SnowflakeType[K], V)) => B)(implicit cmp: Ordering[B]): Option[(SnowflakeType[K], V)]
    Definition Classes
    IterableOnceOps
  92. def minOption[B >: (SnowflakeType[K], V)](implicit ord: Ordering[B]): Option[(SnowflakeType[K], V)]
    Definition Classes
    IterableOnceOps
  93. final def mkString: String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  94. final def mkString(sep: String): String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  95. final def mkString(start: String, sep: String, end: String): String
    Definition Classes
    IterableOnceOps
  96. def modifyOrRemove[S](f: (Key, V) => Option[S]): SnowflakeMap[K, S]

    A combined transform and filter function.

    A combined transform and filter function. Returns an SnowflakeMap such that for each (key, value) mapping in this map, if f(key, value) == None the map contains no mapping for key, and if f(key, value).

    S

    The type of the values in the resulting SnowflakeMap.

    f

    The transforming function.

    returns

    The modified map.

  97. def nonEmpty: Boolean
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  98. def orElse[A1 <: SnowflakeType[K], B1 >: V](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
    Definition Classes
    PartialFunction
  99. def partition(p: ((SnowflakeType[K], V)) => Boolean): (SnowflakeMap[K, V], SnowflakeMap[K, V])
    Definition Classes
    StrictOptimizedIterableOps → IterableOps
  100. def partitionMap[A1, A2](f: ((SnowflakeType[K], V)) => Either[A1, A2]): (Iterable[A1], Iterable[A2])
    Definition Classes
    StrictOptimizedIterableOps → IterableOps
  101. def product[B >: (SnowflakeType[K], V)](implicit num: Numeric[B]): B
    Definition Classes
    IterableOnceOps
  102. def reduce[B >: (SnowflakeType[K], V)](op: (B, B) => B): B
    Definition Classes
    IterableOnceOps
  103. def reduceLeft[B >: (SnowflakeType[K], V)](op: (B, (SnowflakeType[K], V)) => B): B
    Definition Classes
    IterableOnceOps
  104. def reduceLeftOption[B >: (SnowflakeType[K], V)](op: (B, (SnowflakeType[K], V)) => B): Option[B]
    Definition Classes
    IterableOnceOps
  105. def reduceOption[B >: (SnowflakeType[K], V)](op: (B, B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  106. def reduceRight[B >: (SnowflakeType[K], V)](op: ((SnowflakeType[K], V), B) => B): B
    Definition Classes
    IterableOnceOps
  107. def reduceRightOption[B >: (SnowflakeType[K], V)](op: ((SnowflakeType[K], V), B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  108. def removed(key: Key): SnowflakeMap[K, V]
    Definition Classes
    SnowflakeMap → MapOps
  109. def removedAll(keys: IterableOnce[SnowflakeType[K]]): SnowflakeMap[K, V]
    Definition Classes
    MapOps
  110. def runWith[U](action: (V) => U): (SnowflakeType[K]) => Boolean
    Definition Classes
    PartialFunction
  111. def scan[B >: (SnowflakeType[K], V)](z: B)(op: (B, B) => B): Iterable[B]
    Definition Classes
    IterableOps
  112. def scanLeft[B](z: B)(op: (B, (SnowflakeType[K], V)) => B): Iterable[B]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  113. def scanRight[B](z: B)(op: ((SnowflakeType[K], V), B) => B): Iterable[B]
    Definition Classes
    IterableOps
  114. final def size: Int
    Definition Classes
    SnowflakeMap → IterableOnceOps
  115. def sizeCompare(that: Iterable[_]): Int
    Definition Classes
    IterableOps
  116. def sizeCompare(otherSize: Int): Int
    Definition Classes
    IterableOps
  117. final def sizeIs: SizeCompareOps
    Definition Classes
    IterableOps
    Annotations
    @inline()
  118. def slice(from: Int, until: Int): SnowflakeMap[K, V]
    Definition Classes
    IterableOps → IterableOnceOps
  119. def sliding(size: Int, step: Int): Iterator[SnowflakeMap[K, V]]
    Definition Classes
    IterableOps
  120. def sliding(size: Int): Iterator[SnowflakeMap[K, V]]
    Definition Classes
    IterableOps
  121. def span(p: ((SnowflakeType[K], V)) => Boolean): (SnowflakeMap[K, V], SnowflakeMap[K, V])
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  122. def splitAt(n: Int): (SnowflakeMap[K, V], SnowflakeMap[K, V])
    Definition Classes
    IterableOps → IterableOnceOps
  123. def stepper[S <: Stepper[_]](implicit shape: StepperShape[(SnowflakeType[K], V), S]): S
    Definition Classes
    IterableOnce
  124. def sum[B >: (SnowflakeType[K], V)](implicit num: Numeric[B]): B
    Definition Classes
    IterableOnceOps
  125. def tail: SnowflakeMap[K, V]
    Definition Classes
    IterableOps
  126. def tails: Iterator[SnowflakeMap[K, V]]
    Definition Classes
    IterableOps
  127. def take(n: Int): SnowflakeMap[K, V]
    Definition Classes
    IterableOps → IterableOnceOps
  128. def takeRight(n: Int): SnowflakeMap[K, V]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps
  129. def takeWhile(p: ((SnowflakeType[K], V)) => Boolean): SnowflakeMap[K, V]
    Definition Classes
    IterableOps → IterableOnceOps
  130. def tapEach[U](f: ((SnowflakeType[K], V)) => U): SnowflakeMap[K, V]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  131. def to[C1](factory: Factory[(SnowflakeType[K], V), C1]): C1
    Definition Classes
    IterableOnceOps
  132. def toArray[B >: (SnowflakeType[K], V)](implicit arg0: ClassTag[B]): Array[B]
    Definition Classes
    IterableOnceOps
  133. final def toBuffer[B >: (SnowflakeType[K], V)]: Buffer[B]
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  134. def toIndexedSeq: IndexedSeq[(SnowflakeType[K], V)]
    Definition Classes
    IterableOnceOps
  135. def toList: List[(Key, V)]
    Definition Classes
    SnowflakeMap → IterableOnceOps
  136. final def toMap[K2, V2](implicit ev: <:<[(SnowflakeType[K], V), (K2, V2)]): Map[K2, V2]
    Definition Classes
    Map → IterableOnceOps
  137. def toSeq: Seq[(SnowflakeType[K], V)]
    Definition Classes
    IterableOnceOps
  138. def toSet[B >: (SnowflakeType[K], V)]: Set[B]
    Definition Classes
    IterableOnceOps
  139. def toString(): String
    Definition Classes
    Map → Function1 → Iterable → AnyRef → Any
  140. def toVector: Vector[(SnowflakeType[K], V)]
    Definition Classes
    IterableOnceOps
  141. def transform[S](f: (Key, V) => S): SnowflakeMap[K, S]
    Definition Classes
    SnowflakeMap → MapOps
  142. def transpose[B](implicit asIterable: ((SnowflakeType[K], V)) => Iterable[B]): Iterable[Iterable[B]]
    Definition Classes
    IterableOps
  143. def unapply(a: SnowflakeType[K]): Option[V]
    Definition Classes
    PartialFunction
  144. def unionWith[S >: V](that: SnowflakeMap[Key, S], f: (Key, S, S) => S): SnowflakeMap[K, S]

    Forms a union map with that map, using the combining function to resolve conflicts.

    Forms a union map with that map, using the combining function to resolve conflicts.

    S

    The type of values in that, a supertype of values in this.

    that

    The map to form a union with.

    f

    The function used to resolve conflicts between two mappings.

    returns

    Union of this and that, with identical key conflicts resolved using the function f.

  145. def unzip[A1, A2](implicit asPair: ((SnowflakeType[K], V)) => (A1, A2)): (Iterable[A1], Iterable[A2])
    Definition Classes
    StrictOptimizedIterableOps → IterableOps
  146. def unzip3[A1, A2, A3](implicit asTriple: ((SnowflakeType[K], V)) => (A1, A2, A3)): (Iterable[A1], Iterable[A2], Iterable[A3])
    Definition Classes
    StrictOptimizedIterableOps → IterableOps
  147. def updateWith[S >: V](key: Key, value: S, f: (V, S) => S): SnowflakeMap[K, S]

    Updates the map, using the provided function to resolve conflicts if the key is already present.

    Updates the map, using the provided function to resolve conflicts if the key is already present.

    Equivalent to

    this.get(key) match {
      case None => this.update(key, value)
      case Some(oldvalue) => this.update(key, f(oldvalue, value)
    }
    S

    The supertype of values in this SnowflakeMap.

    key

    The key to update.

    value

    The value to use if there is no conflict.

    f

    The function used to resolve conflicts.

    returns

    The updated map.

  148. def updated[V1 >: V](key: Key, value: V1): SnowflakeMap[K, V1]
    Definition Classes
    SnowflakeMap → MapOps
  149. def updatedWith[V1 >: V](key: SnowflakeType[K])(remappingFunction: (Option[V]) => Option[V1]): Map[SnowflakeType[K], V1]
    Definition Classes
    MapOps
  150. def valueStepper[S <: Stepper[_]](implicit shape: StepperShape[V, S]): S
    Definition Classes
    MapOps
  151. def values: Iterable[V]
    Definition Classes
    MapOps
  152. def valuesIterator: Iterator[V]
    Definition Classes
    SnowflakeMap → MapOps
  153. def view: MapView[SnowflakeType[K], V]
    Definition Classes
    MapOps → IterableOps
  154. def withDefault[V1 >: V](d: (SnowflakeType[K]) => V1): Map[SnowflakeType[K], V1]
    Definition Classes
    Map
  155. def withDefaultValue[V1 >: V](d: V1): Map[SnowflakeType[K], V1]
    Definition Classes
    Map
  156. def withFilter(p: ((SnowflakeType[K], V)) => Boolean): WithFilter[SnowflakeType[K], V, [x]Iterable[x], [x, y]Map[x, y]]
    Definition Classes
    MapFactoryDefaults → IterableOps
  157. def zip[B](that: IterableOnce[B]): Iterable[((SnowflakeType[K], V), B)]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps
  158. def zipAll[A1 >: (SnowflakeType[K], V), B](that: Iterable[B], thisElem: A1, thatElem: B): Iterable[(A1, B)]
    Definition Classes
    IterableOps
  159. def zipWithIndex: Iterable[((SnowflakeType[K], V), Int)]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps

Deprecated Value Members

  1. def +[V1 >: V](elem1: (SnowflakeType[K], V1), elem2: (SnowflakeType[K], V1), elems: (SnowflakeType[K], V1)*): Map[SnowflakeType[K], V1]
    Definition Classes
    StrictOptimizedMapOps → MapOps
    Annotations
    @deprecated
    Deprecated

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

  2. def ++:[V1 >: V](that: IterableOnce[(SnowflakeType[K], V1)]): Map[SnowflakeType[K], V1]
    Definition Classes
    MapOps
    Annotations
    @deprecated
    Deprecated

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

  3. def ++:[B >: (SnowflakeType[K], V)](that: IterableOnce[B]): Iterable[B]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

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

  4. def -(key1: SnowflakeType[K], key2: SnowflakeType[K], keys: SnowflakeType[K]*): SnowflakeMap[K, V]
    Definition Classes
    MapOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -- with an explicit collection

  5. final def /:[B](z: B)(op: (B, (SnowflakeType[K], V)) => B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use foldLeft instead of /:

  6. final def :\[B](z: B)(op: ((SnowflakeType[K], V), B) => B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use foldRight instead of :\

  7. def aggregate[B](z: => B)(seqop: (B, (SnowflakeType[K], V)) => 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.

  8. def companion: IterableFactory[[_]Iterable[_]]
    Definition Classes
    IterableOps
    Annotations
    @deprecated @deprecatedOverriding() @inline()
    Deprecated

    (Since version 2.13.0) Use iterableFactory instead

  9. final def copyToBuffer[B >: (SnowflakeType[K], V)](dest: Buffer[B]): Unit
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

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

  10. def filterKeys(p: (SnowflakeType[K]) => Boolean): MapView[SnowflakeType[K], V]
    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).

  11. 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)

  12. def mapValues[W](f: (V) => W): MapView[SnowflakeType[K], 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).

  13. final def repr: SnowflakeMap[K, V]
    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

  14. def seq: SnowflakeMap.this.type
    Definition Classes
    Iterable
    Annotations
    @deprecated
    Deprecated

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

  15. final def toIterable: SnowflakeMap.this.type
    Definition Classes
    Iterable → IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.7) toIterable is internal and will be made protected; its name is similar to toList or toSeq, but it doesn't copy non-immutable collections

  16. final def toIterator: Iterator[(SnowflakeType[K], V)]
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

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

  17. final def toStream: Stream[(SnowflakeType[K], V)]
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

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

  18. final def toTraversable: Traversable[(SnowflakeType[K], V)]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) toTraversable is internal and will be made protected; its name is similar to toList or toSeq, but it doesn't copy non-immutable collections

  19. def view(from: Int, until: Int): View[(SnowflakeType[K], V)]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

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