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. trait GenKeySet extends AnyRef
    Attributes
    protected
    Definition Classes
    MapOps
  2. class ImmutableKeySet extends AbstractSet[K] with scala.collection.immutable.MapOps.GenKeySet with DefaultSerializable
    Attributes
    protected
    Definition Classes
    MapOps
  3. type Key = SnowflakeType[K]
  4. class KeySet extends AbstractSet[K] with GenKeySet with DefaultSerializable
    Attributes
    protected
    Definition Classes
    MapOps

Value Members

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

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

  62. def fromSpecific(coll: IterableOnce[(SnowflakeType[K], V)]): SnowflakeMap[K, V]
    Attributes
    protected
    Definition Classes
    SnowflakeMap → MapFactoryDefaults → IterableFactoryDefaults → IterableOps
  63. final def get(key: Key): Option[V]
    Definition Classes
    SnowflakeMap → MapOps
  64. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  65. final def getOrElse[V1 >: V](key: Key, default: => V1): V1
    Definition Classes
    SnowflakeMap → MapOps
  66. def groupBy[K](f: ((SnowflakeType[K], V)) => K): Map[K, SnowflakeMap[K, V]]
    Definition Classes
    IterableOps
  67. def groupMap[K, B](key: ((SnowflakeType[K], V)) => K)(f: ((SnowflakeType[K], V)) => B): Map[K, Iterable[B]]
    Definition Classes
    IterableOps
  68. def groupMapReduce[K, B](key: ((SnowflakeType[K], V)) => K)(f: ((SnowflakeType[K], V)) => B)(reduce: (B, B) => B): Map[K, B]
    Definition Classes
    IterableOps
  69. def grouped(size: Int): Iterator[SnowflakeMap[K, V]]
    Definition Classes
    IterableOps
  70. def hashCode(): Int
    Definition Classes
    Map → AnyRef → Any
  71. def head: (SnowflakeType[K], V)
    Definition Classes
    IterableOps
  72. def headOption: Option[(SnowflakeType[K], V)]
    Definition Classes
    IterableOps
  73. def init: SnowflakeMap[K, V]
    Definition Classes
    IterableOps
  74. def inits: Iterator[SnowflakeMap[K, V]]
    Definition Classes
    IterableOps
  75. 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.

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

  77. def isDefinedAt(key: SnowflakeType[K]): Boolean
    Definition Classes
    MapOps → PartialFunction
  78. def isEmpty: Boolean
    Definition Classes
    SnowflakeMap → IterableOnceOps
  79. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  80. def isTraversableAgain: Boolean
    Definition Classes
    IterableOps → IterableOnceOps
  81. def iterableFactory: IterableFactory[Iterable]
    Definition Classes
    Iterable → Iterable → IterableOps
  82. def iterator: Iterator[(Key, V)]
    Definition Classes
    SnowflakeMap → IterableOnce
  83. def keySet: Set[SnowflakeType[K]]
    Definition Classes
    MapOps → MapOps
  84. def keyStepper[S <: Stepper[_]](implicit shape: StepperShape[SnowflakeType[K], S]): S
    Definition Classes
    MapOps
  85. def keys: Iterable[SnowflakeType[K]]
    Definition Classes
    MapOps
  86. def keysIterator: Iterator[Key]
    Definition Classes
    SnowflakeMap → MapOps
  87. def knownSize: Int
    Definition Classes
    SnowflakeMap → IterableOnce
  88. def last: (SnowflakeType[K], V)
    Definition Classes
    IterableOps
  89. final def lastKey: Key
  90. def lastOption: Option[(SnowflakeType[K], V)]
    Definition Classes
    IterableOps
  91. def lazyZip[B](that: Iterable[B]): LazyZip2[(SnowflakeType[K], V), B, SnowflakeMap.this.type]
    Definition Classes
    Iterable
  92. def lift: (SnowflakeType[K]) => Option[V]
    Definition Classes
    PartialFunction
  93. def map[K2, V2](f: ((Key, V)) => (SnowflakeType[K2], V2)): SnowflakeMap[K2, V2]
  94. def map[K2, V2](f: ((SnowflakeType[K], V)) => (K2, V2)): Map[K2, V2]
    Definition Classes
    StrictOptimizedMapOps → MapOps
  95. def map[B](f: ((SnowflakeType[K], V)) => B): Iterable[B]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  96. def mapFactory: MapFactory[Map]
    Definition Classes
    Map → Map → MapOps
  97. final def mapFromIterable[K2, V2](it: Iterable[(K2, V2)]): Map[K2, V2]
    Attributes
    protected
    Definition Classes
    MapOps
    Annotations
    @inline()
  98. def max[B >: (SnowflakeType[K], V)](implicit ord: Ordering[B]): (SnowflakeType[K], V)
    Definition Classes
    IterableOnceOps
  99. def maxBy[B](f: ((SnowflakeType[K], V)) => B)(implicit cmp: Ordering[B]): (SnowflakeType[K], V)
    Definition Classes
    IterableOnceOps
  100. def maxByOption[B](f: ((SnowflakeType[K], V)) => B)(implicit cmp: Ordering[B]): Option[(SnowflakeType[K], V)]
    Definition Classes
    IterableOnceOps
  101. def maxOption[B >: (SnowflakeType[K], V)](implicit ord: Ordering[B]): Option[(SnowflakeType[K], V)]
    Definition Classes
    IterableOnceOps
  102. def min[B >: (SnowflakeType[K], V)](implicit ord: Ordering[B]): (SnowflakeType[K], V)
    Definition Classes
    IterableOnceOps
  103. def minBy[B](f: ((SnowflakeType[K], V)) => B)(implicit cmp: Ordering[B]): (SnowflakeType[K], V)
    Definition Classes
    IterableOnceOps
  104. def minByOption[B](f: ((SnowflakeType[K], V)) => B)(implicit cmp: Ordering[B]): Option[(SnowflakeType[K], V)]
    Definition Classes
    IterableOnceOps
  105. def minOption[B >: (SnowflakeType[K], V)](implicit ord: Ordering[B]): Option[(SnowflakeType[K], V)]
    Definition Classes
    IterableOnceOps
  106. final def mkString: String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  107. final def mkString(sep: String): String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  108. final def mkString(start: String, sep: String, end: String): String
    Definition Classes
    IterableOnceOps
  109. 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.

  110. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  111. def newSpecificBuilder: Builder[(SnowflakeType[K], V), SnowflakeMap[K, V]]
    Attributes
    protected
    Definition Classes
    SnowflakeMap → MapFactoryDefaults → IterableFactoryDefaults → IterableOps
  112. def nonEmpty: Boolean
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  113. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  114. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  115. def orElse[A1 <: SnowflakeType[K], B1 >: V](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
    Definition Classes
    PartialFunction
  116. def partition(p: ((SnowflakeType[K], V)) => Boolean): (SnowflakeMap[K, V], SnowflakeMap[K, V])
    Definition Classes
    StrictOptimizedIterableOps → IterableOps
  117. def partitionMap[A1, A2](f: ((SnowflakeType[K], V)) => Either[A1, A2]): (Iterable[A1], Iterable[A2])
    Definition Classes
    StrictOptimizedIterableOps → IterableOps
  118. def product[B >: (SnowflakeType[K], V)](implicit num: Numeric[B]): B
    Definition Classes
    IterableOnceOps
  119. def reduce[B >: (SnowflakeType[K], V)](op: (B, B) => B): B
    Definition Classes
    IterableOnceOps
  120. def reduceLeft[B >: (SnowflakeType[K], V)](op: (B, (SnowflakeType[K], V)) => B): B
    Definition Classes
    IterableOnceOps
  121. def reduceLeftOption[B >: (SnowflakeType[K], V)](op: (B, (SnowflakeType[K], V)) => B): Option[B]
    Definition Classes
    IterableOnceOps
  122. def reduceOption[B >: (SnowflakeType[K], V)](op: (B, B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  123. def reduceRight[B >: (SnowflakeType[K], V)](op: ((SnowflakeType[K], V), B) => B): B
    Definition Classes
    IterableOnceOps
  124. def reduceRightOption[B >: (SnowflakeType[K], V)](op: ((SnowflakeType[K], V), B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  125. def removed(key: Key): SnowflakeMap[K, V]
    Definition Classes
    SnowflakeMap → MapOps
  126. def removedAll(keys: IterableOnce[SnowflakeType[K]]): SnowflakeMap[K, V]
    Definition Classes
    MapOps
  127. def reversed: Iterable[(SnowflakeType[K], V)]
    Attributes
    protected
    Definition Classes
    IterableOnceOps
  128. def runWith[U](action: (V) => U): (SnowflakeType[K]) => Boolean
    Definition Classes
    PartialFunction
  129. def scan[B >: (SnowflakeType[K], V)](z: B)(op: (B, B) => B): Iterable[B]
    Definition Classes
    IterableOps
  130. def scanLeft[B](z: B)(op: (B, (SnowflakeType[K], V)) => B): Iterable[B]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  131. def scanRight[B](z: B)(op: ((SnowflakeType[K], V), B) => B): Iterable[B]
    Definition Classes
    IterableOps
  132. final def size: Int
    Definition Classes
    SnowflakeMap → IterableOnceOps
  133. def sizeCompare(that: Iterable[_]): Int
    Definition Classes
    IterableOps
  134. def sizeCompare(otherSize: Int): Int
    Definition Classes
    IterableOps
  135. final def sizeIs: SizeCompareOps
    Definition Classes
    IterableOps
    Annotations
    @inline()
  136. def slice(from: Int, until: Int): SnowflakeMap[K, V]
    Definition Classes
    IterableOps → IterableOnceOps
  137. def sliding(size: Int, step: Int): Iterator[SnowflakeMap[K, V]]
    Definition Classes
    IterableOps
  138. def sliding(size: Int): Iterator[SnowflakeMap[K, V]]
    Definition Classes
    IterableOps
  139. def span(p: ((SnowflakeType[K], V)) => Boolean): (SnowflakeMap[K, V], SnowflakeMap[K, V])
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  140. def splitAt(n: Int): (SnowflakeMap[K, V], SnowflakeMap[K, V])
    Definition Classes
    IterableOps → IterableOnceOps
  141. def stepper[S <: Stepper[_]](implicit shape: StepperShape[(SnowflakeType[K], V), S]): S
    Definition Classes
    IterableOnce
  142. final def strictOptimizedCollect[B, C2](b: Builder[B, C2], pf: PartialFunction[(SnowflakeType[K], V), B]): C2
    Attributes
    protected[this]
    Definition Classes
    StrictOptimizedIterableOps
    Annotations
    @inline()
  143. final def strictOptimizedConcat[B >: (SnowflakeType[K], V), C2](that: IterableOnce[B], b: Builder[B, C2]): C2
    Attributes
    protected[this]
    Definition Classes
    StrictOptimizedIterableOps
    Annotations
    @inline()
  144. final def strictOptimizedFlatMap[B, C2](b: Builder[B, C2], f: ((SnowflakeType[K], V)) => IterableOnce[B]): C2
    Attributes
    protected[this]
    Definition Classes
    StrictOptimizedIterableOps
    Annotations
    @inline()
  145. final def strictOptimizedFlatten[B, C2](b: Builder[B, C2])(implicit toIterableOnce: ((SnowflakeType[K], V)) => IterableOnce[B]): C2
    Attributes
    protected[this]
    Definition Classes
    StrictOptimizedIterableOps
    Annotations
    @inline()
  146. final def strictOptimizedMap[B, C2](b: Builder[B, C2], f: ((SnowflakeType[K], V)) => B): C2
    Attributes
    protected[this]
    Definition Classes
    StrictOptimizedIterableOps
    Annotations
    @inline()
  147. final def strictOptimizedZip[B, C2](that: IterableOnce[B], b: Builder[((SnowflakeType[K], V), B), C2]): C2
    Attributes
    protected[this]
    Definition Classes
    StrictOptimizedIterableOps
    Annotations
    @inline()
  148. def stringPrefix: String
    Attributes
    protected[this]
    Definition Classes
    Map → Iterable
  149. def sum[B >: (SnowflakeType[K], V)](implicit num: Numeric[B]): B
    Definition Classes
    IterableOnceOps
  150. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  151. def tail: SnowflakeMap[K, V]
    Definition Classes
    IterableOps
  152. def tails: Iterator[SnowflakeMap[K, V]]
    Definition Classes
    IterableOps
  153. def take(n: Int): SnowflakeMap[K, V]
    Definition Classes
    IterableOps → IterableOnceOps
  154. def takeRight(n: Int): SnowflakeMap[K, V]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps
  155. def takeWhile(p: ((SnowflakeType[K], V)) => Boolean): SnowflakeMap[K, V]
    Definition Classes
    IterableOps → IterableOnceOps
  156. def tapEach[U](f: ((SnowflakeType[K], V)) => U): SnowflakeMap[K, V]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  157. def to[C1](factory: Factory[(SnowflakeType[K], V), C1]): C1
    Definition Classes
    IterableOnceOps
  158. def toArray[B >: (SnowflakeType[K], V)](implicit arg0: ClassTag[B]): Array[B]
    Definition Classes
    IterableOnceOps
  159. final def toBuffer[B >: (SnowflakeType[K], V)]: Buffer[B]
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  160. def toIndexedSeq: IndexedSeq[(SnowflakeType[K], V)]
    Definition Classes
    IterableOnceOps
  161. def toList: List[(Key, V)]
    Definition Classes
    SnowflakeMap → IterableOnceOps
  162. final def toMap[K2, V2](implicit ev: <:<[(SnowflakeType[K], V), (K2, V2)]): Map[K2, V2]
    Definition Classes
    Map → IterableOnceOps
  163. def toSeq: Seq[(SnowflakeType[K], V)]
    Definition Classes
    IterableOnceOps
  164. def toSet[B >: (SnowflakeType[K], V)]: Set[B]
    Definition Classes
    IterableOnceOps
  165. def toString(): String
    Definition Classes
    Map → Function1 → Iterable → AnyRef → Any
  166. def toVector: Vector[(SnowflakeType[K], V)]
    Definition Classes
    IterableOnceOps
  167. def transform[S](f: (Key, V) => S): SnowflakeMap[K, S]
    Definition Classes
    SnowflakeMap → MapOps
  168. def transpose[B](implicit asIterable: ((SnowflakeType[K], V)) => Iterable[B]): Iterable[Iterable[B]]
    Definition Classes
    IterableOps
  169. def unapply(a: SnowflakeType[K]): Option[V]
    Definition Classes
    PartialFunction
  170. 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.

  171. def unzip[A1, A2](implicit asPair: ((SnowflakeType[K], V)) => (A1, A2)): (Iterable[A1], Iterable[A2])
    Definition Classes
    StrictOptimizedIterableOps → IterableOps
  172. def unzip3[A1, A2, A3](implicit asTriple: ((SnowflakeType[K], V)) => (A1, A2, A3)): (Iterable[A1], Iterable[A2], Iterable[A3])
    Definition Classes
    StrictOptimizedIterableOps → IterableOps
  173. 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.

  174. def updated[V1 >: V](key: Key, value: V1): SnowflakeMap[K, V1]
    Definition Classes
    SnowflakeMap → MapOps
  175. def updatedWith[V1 >: V](key: SnowflakeType[K])(remappingFunction: (Option[V]) => Option[V1]): Map[SnowflakeType[K], V1]
    Definition Classes
    MapOps
  176. def valueStepper[S <: Stepper[_]](implicit shape: StepperShape[V, S]): S
    Definition Classes
    MapOps
  177. def values: Iterable[V]
    Definition Classes
    MapOps
  178. def valuesIterator: Iterator[V]
    Definition Classes
    SnowflakeMap → MapOps
  179. def view: MapView[SnowflakeType[K], V]
    Definition Classes
    MapOps → IterableOps
  180. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  181. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  182. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  183. def withDefault[V1 >: V](d: (SnowflakeType[K]) => V1): Map[SnowflakeType[K], V1]
    Definition Classes
    Map
  184. def withDefaultValue[V1 >: V](d: V1): Map[SnowflakeType[K], V1]
    Definition Classes
    Map
  185. def withFilter(p: ((SnowflakeType[K], V)) => Boolean): WithFilter[SnowflakeType[K], V, [x]Iterable[x], [x, y]Map[x, y]]
    Definition Classes
    MapFactoryDefaults → IterableOps
  186. def writeReplace(): AnyRef
    Attributes
    protected[this]
  187. def zip[B](that: IterableOnce[B]): Iterable[((SnowflakeType[K], V), B)]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps
  188. def zipAll[A1 >: (SnowflakeType[K], V), B](that: Iterable[B], thisElem: A1, thatElem: B): Iterable[(A1, B)]
    Definition Classes
    IterableOps
  189. 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 finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated
  12. 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)

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

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

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

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

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

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

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

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

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

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

Inherited from Serializable

Inherited from StrictOptimizedMapOps[SnowflakeType[K], V, Map, SnowflakeMap[K, V]]

Inherited from StrictOptimizedMapOps[SnowflakeType[K], V, Map, SnowflakeMap[K, V]]

Inherited from StrictOptimizedIterableOps[(SnowflakeType[K], V), [_]Iterable[_], SnowflakeMap[K, V]]

Inherited from AbstractMap[SnowflakeType[K], V]

Inherited from Map[SnowflakeType[K], V]

Inherited from MapOps[SnowflakeType[K], V, [X, +Y]Map[X, Y], SnowflakeMap[K, V]]

Inherited from Iterable[(SnowflakeType[K], V)]

Inherited from AbstractMap[SnowflakeType[K], V]

Inherited from Map[SnowflakeType[K], V]

Inherited from Equals

Inherited from MapFactoryDefaults[SnowflakeType[K], V, [x, y]Map[x, y], [x]Iterable[x]]

Inherited from MapOps[SnowflakeType[K], V, [_, _]Map[_, _], SnowflakeMap[K, V]]

Inherited from PartialFunction[SnowflakeType[K], V]

Inherited from (SnowflakeType[K]) => V

Inherited from AbstractIterable[(SnowflakeType[K], V)]

Inherited from Iterable[(SnowflakeType[K], V)]

Inherited from IterableFactoryDefaults[(SnowflakeType[K], V), [x]Iterable[x]]

Inherited from IterableOps[(SnowflakeType[K], V), [_]Iterable[_], SnowflakeMap[K, V]]

Inherited from IterableOnceOps[(SnowflakeType[K], V), [_]Iterable[_], SnowflakeMap[K, V]]

Inherited from IterableOnce[(SnowflakeType[K], V)]

Inherited from AnyRef

Inherited from Any

Ungrouped