Class/Object

ackcord

SnowflakeMap

Related Docs: object SnowflakeMap | package ackcord

Permalink

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

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SnowflakeMap
  2. AbstractMap
  3. Map
  4. MapLike
  5. Iterable
  6. Traversable
  7. Immutable
  8. AbstractMap
  9. Map
  10. MapLike
  11. Subtractable
  12. PartialFunction
  13. Function1
  14. GenMap
  15. GenMapLike
  16. AbstractIterable
  17. Iterable
  18. IterableLike
  19. Equals
  20. GenIterable
  21. GenIterableLike
  22. AbstractTraversable
  23. Traversable
  24. GenTraversable
  25. GenericTraversableTemplate
  26. TraversableLike
  27. GenTraversableLike
  28. Parallelizable
  29. TraversableOnce
  30. GenTraversableOnce
  31. FilterMonadic
  32. HasNewBuilder
  33. AnyRef
  34. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

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

    Permalink

Type Members

  1. class DefaultKeySet extends AbstractSet[A] with Set[A] with Serializable

    Permalink
    Attributes
    protected
    Definition Classes
    MapLike
  2. class DefaultValuesIterable extends AbstractIterable[B] with Iterable[B] with Serializable

    Permalink
    Attributes
    protected
    Definition Classes
    MapLike
  3. class FilteredKeys extends AbstractMap[A, B] with DefaultMap[A, B]

    Permalink
    Attributes
    protected
    Definition Classes
    MapLike
  4. class ImmutableDefaultKeySet extends scala.collection.immutable.MapLike.DefaultKeySet with Set[A]

    Permalink
    Attributes
    protected
    Definition Classes
    MapLike
  5. type Key = Long with Tagged[SnowflakeTag[K]]

    Permalink
  6. class MappedValues[C] extends AbstractMap[A, C] with DefaultMap[A, C]

    Permalink
    Attributes
    protected
    Definition Classes
    MapLike
  7. type Self = SnowflakeMap[K, V]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    TraversableLike
  8. class WithFilter extends FilterMonadic[A, Repr]

    Permalink
    Definition Classes
    TraversableLike

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +[V1 >: V](kv: (Key, V1)): SnowflakeMap[K, V1]

    Permalink
    Definition Classes
    SnowflakeMap → Map → MapLike → MapLike → GenMapLike
  4. def +[B1 >: V](elem1: (SnowflakeType[K], B1), elem2: (SnowflakeType[K], B1), elems: (SnowflakeType[K], B1)*): Map[SnowflakeType[K], B1]

    Permalink
    Definition Classes
    MapLike → MapLike
  5. def ++[S >: V](that: SnowflakeMap[K, S]): SnowflakeMap[K, S]

    Permalink
  6. def ++[B1 >: V](xs: GenTraversableOnce[(SnowflakeType[K], B1)]): Map[SnowflakeType[K], B1]

    Permalink
    Definition Classes
    MapLike → MapLike
  7. def ++[B >: (SnowflakeType[K], V), That](that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[SnowflakeMap[K, V], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  8. def ++:[B >: (SnowflakeType[K], V), That](that: Traversable[B])(implicit bf: CanBuildFrom[SnowflakeMap[K, V], B, That]): That

    Permalink
    Definition Classes
    TraversableLike
  9. def ++:[B >: (SnowflakeType[K], V), That](that: TraversableOnce[B])(implicit bf: CanBuildFrom[SnowflakeMap[K, V], B, That]): That

    Permalink
    Definition Classes
    TraversableLike
  10. def -(key: Key): SnowflakeMap[K, V]

    Permalink
    Definition Classes
    SnowflakeMap → MapLike → Subtractable → GenMapLike
  11. def -(elem1: SnowflakeType[K], elem2: SnowflakeType[K], elems: SnowflakeType[K]*): SnowflakeMap[K, V]

    Permalink
    Definition Classes
    Subtractable
  12. def --(xs: GenTraversableOnce[SnowflakeType[K]]): SnowflakeMap[K, V]

    Permalink
    Definition Classes
    Subtractable
  13. def /:[B](z: B)(op: (B, (SnowflakeType[K], V)) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  14. def :\[B](z: B)(op: ((SnowflakeType[K], V), B) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  15. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  16. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder

    Permalink
    Definition Classes
    MapLike → TraversableOnce
  17. def addString(b: StringBuilder): StringBuilder

    Permalink
    Definition Classes
    TraversableOnce
  18. def addString(b: StringBuilder, sep: String): StringBuilder

    Permalink
    Definition Classes
    TraversableOnce
  19. def aggregate[B](z: ⇒ B)(seqop: (B, (SnowflakeType[K], V)) ⇒ B, combop: (B, B) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  20. def andThen[C](k: (V) ⇒ C): PartialFunction[SnowflakeType[K], C]

    Permalink
    Definition Classes
    PartialFunction → Function1
  21. final def apply(key: Key): V

    Permalink
    Definition Classes
    SnowflakeMap → MapLike → Function1 → GenMapLike
  22. def applyOrElse[A1 <: SnowflakeType[K], B1 >: V](x: A1, default: (A1) ⇒ B1): B1

    Permalink
    Definition Classes
    PartialFunction
  23. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  24. def canEqual(that: Any): Boolean

    Permalink
    Definition Classes
    IterableLike → Equals
  25. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. def collect[B, That](pf: PartialFunction[(SnowflakeType[K], V), B])(implicit bf: CanBuildFrom[SnowflakeMap[K, V], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  27. def collectFirst[B](pf: PartialFunction[(SnowflakeType[K], V), B]): Option[B]

    Permalink
    Definition Classes
    TraversableOnce
  28. def companion: GenericCompanion[Iterable]

    Permalink
    Definition Classes
    Iterable → Iterable → GenIterable → Traversable → Traversable → GenTraversable → GenericTraversableTemplate
  29. def compose[A](g: (A) ⇒ SnowflakeType[K]): (A) ⇒ V

    Permalink
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  30. def contains(key: SnowflakeType[K]): Boolean

    Permalink
    Definition Classes
    MapLike → GenMapLike
  31. def copyToArray[B >: (SnowflakeType[K], V)](xs: Array[B], start: Int, len: Int): Unit

    Permalink
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  32. def copyToArray[B >: (SnowflakeType[K], V)](xs: Array[B]): Unit

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  33. def copyToArray[B >: (SnowflakeType[K], V)](xs: Array[B], start: Int): Unit

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  34. def copyToBuffer[B >: (SnowflakeType[K], V)](dest: Buffer[B]): Unit

    Permalink
    Definition Classes
    TraversableOnce
  35. def count(p: ((SnowflakeType[K], V)) ⇒ Boolean): Int

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  36. def default(key: SnowflakeType[K]): V

    Permalink
    Definition Classes
    MapLike → GenMapLike
  37. def drop(n: Int): SnowflakeMap[K, V]

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  38. def dropRight(n: Int): SnowflakeMap[K, V]

    Permalink
    Definition Classes
    IterableLike
  39. def dropWhile(p: ((SnowflakeType[K], V)) ⇒ Boolean): SnowflakeMap[K, V]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  40. def empty: SnowflakeMap[K, V]

    Permalink
    Definition Classes
    SnowflakeMap → Map → Map → MapLike
  41. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  42. def equals(that: Any): Boolean

    Permalink
    Definition Classes
    GenMapLike → Equals → AnyRef → Any
  43. def exists(p: ((SnowflakeType[K], V)) ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  44. def filter(p: ((Key, V)) ⇒ Boolean): SnowflakeMap[K, V]

    Permalink
    Definition Classes
    SnowflakeMap → TraversableLike → GenTraversableLike
  45. def filterKeys(p: (SnowflakeType[K]) ⇒ Boolean): Map[SnowflakeType[K], V]

    Permalink
    Definition Classes
    MapLike → MapLike → GenMapLike
  46. def filterNot(p: ((SnowflakeType[K], V)) ⇒ Boolean): SnowflakeMap[K, V]

    Permalink
    Definition Classes
    MapLike → TraversableLike → GenTraversableLike
  47. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  48. def find(p: ((SnowflakeType[K], V)) ⇒ Boolean): Option[(SnowflakeType[K], V)]

    Permalink
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  49. final def firstKey: Key

    Permalink
  50. def flatMap[B, That](f: ((SnowflakeType[K], V)) ⇒ GenTraversableOnce[B])(implicit bf: CanBuildFrom[SnowflakeMap[K, V], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  51. def flatten[B](implicit asTraversable: ((SnowflakeType[K], V)) ⇒ GenTraversableOnce[B]): Iterable[B]

    Permalink
    Definition Classes
    GenericTraversableTemplate
  52. def fold[A1 >: (SnowflakeType[K], V)](z: A1)(op: (A1, A1) ⇒ A1): A1

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  53. def foldLeft[B](z: B)(op: (B, (SnowflakeType[K], V)) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  54. def foldRight[B](z: B)(op: ((SnowflakeType[K], V), B) ⇒ B): B

    Permalink
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  55. def forall(p: ((SnowflakeType[K], V)) ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  56. final def foreach[U](f: ((Key, V)) ⇒ U): Unit

    Permalink
    Definition Classes
    SnowflakeMap → IterableLike → GenericTraversableTemplate → TraversableLike → GenTraversableLike → TraversableOnce → GenTraversableOnce → FilterMonadic
  57. final def foreachKey(f: (Key) ⇒ Unit): Unit

    Permalink

    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

  58. final def foreachValue(f: (V) ⇒ Unit): Unit

    Permalink

    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

  59. def genericBuilder[B]: Builder[B, Iterable[B]]

    Permalink
    Definition Classes
    GenericTraversableTemplate
  60. final def get(key: Key): Option[V]

    Permalink
    Definition Classes
    SnowflakeMap → MapLike → GenMapLike
  61. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  62. final def getOrElse[V1 >: V](key: Key, default: ⇒ V1): V1

    Permalink
    Definition Classes
    SnowflakeMap → MapLike → GenMapLike
  63. def groupBy[K](f: ((SnowflakeType[K], V)) ⇒ K): Map[K, SnowflakeMap[K, V]]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  64. def grouped(size: Int): Iterator[SnowflakeMap[K, V]]

    Permalink
    Definition Classes
    IterableLike
  65. def hasDefiniteSize: Boolean

    Permalink
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  66. def hashCode(): Int

    Permalink
    Definition Classes
    GenMapLike → AnyRef → Any
  67. def head: (SnowflakeType[K], V)

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  68. def headOption: Option[(SnowflakeType[K], V)]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  69. def init: SnowflakeMap[K, V]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  70. def inits: Iterator[SnowflakeMap[K, V]]

    Permalink
    Definition Classes
    TraversableLike
  71. def intersection[R](that: SnowflakeMap[K, R]): SnowflakeMap[K, V]

    Permalink

    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.

  72. def intersectionWith[S, R](that: SnowflakeMap[Key, S], f: (Key, V, S) ⇒ R): SnowflakeMap[K, R]

    Permalink

    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.

  73. def isDefinedAt(key: SnowflakeType[K]): Boolean

    Permalink
    Definition Classes
    MapLike → GenMapLike → PartialFunction
  74. def isEmpty: Boolean

    Permalink
    Definition Classes
    SnowflakeMap → MapLike → IterableLike → GenericTraversableTemplate → TraversableLike → TraversableOnce → GenTraversableOnce
  75. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  76. final def isTraversableAgain: Boolean

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike → GenTraversableOnce
  77. def iterator: Iterator[(Key, V)]

    Permalink
    Definition Classes
    SnowflakeMap → MapLike → IterableLike → GenIterableLike
  78. def keySet: Set[SnowflakeType[K]]

    Permalink
    Definition Classes
    MapLike → MapLike → GenMapLike
  79. def keys: Iterable[SnowflakeType[K]]

    Permalink
    Definition Classes
    MapLike → GenMapLike
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) keys returns Iterable[A] rather than Iterator[A].

  80. def keysIterator: Iterator[Key]

    Permalink
    Definition Classes
    SnowflakeMap → MapLike → GenMapLike
  81. def last: (SnowflakeType[K], V)

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  82. final def lastKey: Key

    Permalink
  83. def lastOption: Option[(SnowflakeType[K], V)]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  84. def lift: (SnowflakeType[K]) ⇒ Option[V]

    Permalink
    Definition Classes
    PartialFunction
  85. def map[B, That](f: ((SnowflakeType[K], V)) ⇒ B)(implicit bf: CanBuildFrom[SnowflakeMap[K, V], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  86. def mapValues[C](f: (V) ⇒ C): Map[SnowflakeType[K], C]

    Permalink
    Definition Classes
    MapLike → MapLike → GenMapLike
  87. def max[B >: (SnowflakeType[K], V)](implicit cmp: Ordering[B]): (SnowflakeType[K], V)

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  88. def maxBy[B](f: ((SnowflakeType[K], V)) ⇒ B)(implicit cmp: Ordering[B]): (SnowflakeType[K], V)

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  89. def min[B >: (SnowflakeType[K], V)](implicit cmp: Ordering[B]): (SnowflakeType[K], V)

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  90. def minBy[B](f: ((SnowflakeType[K], V)) ⇒ B)(implicit cmp: Ordering[B]): (SnowflakeType[K], V)

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  91. def mkString: String

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  92. def mkString(sep: String): String

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  93. def mkString(start: String, sep: String, end: String): String

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  94. def modifyOrRemove[S](f: (Key, V) ⇒ Option[S]): SnowflakeMap[K, S]

    Permalink

    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.

  95. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  96. def newBuilder: Builder[(SnowflakeType[K], V), SnowflakeMap[K, V]]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    MapLike → TraversableLike → HasNewBuilder
  97. def nonEmpty: Boolean

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  98. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  99. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  100. def orElse[A1 <: SnowflakeType[K], B1 >: V](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]

    Permalink
    Definition Classes
    PartialFunction
  101. def par: ParMap[SnowflakeType[K], V]

    Permalink
    Definition Classes
    Parallelizable
  102. def parCombiner: Combiner[(SnowflakeType[K], V), ParMap[SnowflakeType[K], V]]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    MapLike → MapLike → TraversableLike → Parallelizable
  103. def partition(p: ((SnowflakeType[K], V)) ⇒ Boolean): (SnowflakeMap[K, V], SnowflakeMap[K, V])

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  104. def product[B >: (SnowflakeType[K], V)](implicit num: Numeric[B]): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  105. def reduce[A1 >: (SnowflakeType[K], V)](op: (A1, A1) ⇒ A1): A1

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  106. def reduceLeft[B >: (SnowflakeType[K], V)](op: (B, (SnowflakeType[K], V)) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce
  107. def reduceLeftOption[B >: (SnowflakeType[K], V)](op: (B, (SnowflakeType[K], V)) ⇒ B): Option[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  108. def reduceOption[A1 >: (SnowflakeType[K], V)](op: (A1, A1) ⇒ A1): Option[A1]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  109. def reduceRight[B >: (SnowflakeType[K], V)](op: ((SnowflakeType[K], V), B) ⇒ B): B

    Permalink
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  110. def reduceRightOption[B >: (SnowflakeType[K], V)](op: ((SnowflakeType[K], V), B) ⇒ B): Option[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  111. def repr: SnowflakeMap[K, V]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  112. def reversed: List[(SnowflakeType[K], V)]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    TraversableOnce
  113. def runWith[U](action: (V) ⇒ U): (SnowflakeType[K]) ⇒ Boolean

    Permalink
    Definition Classes
    PartialFunction
  114. def sameElements[B >: (SnowflakeType[K], V)](that: GenIterable[B]): Boolean

    Permalink
    Definition Classes
    IterableLike → GenIterableLike
  115. def scan[B >: (SnowflakeType[K], V), That](z: B)(op: (B, B) ⇒ B)(implicit cbf: CanBuildFrom[SnowflakeMap[K, V], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  116. def scanLeft[B, That](z: B)(op: (B, (SnowflakeType[K], V)) ⇒ B)(implicit bf: CanBuildFrom[SnowflakeMap[K, V], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  117. def scanRight[B, That](z: B)(op: ((SnowflakeType[K], V), B) ⇒ B)(implicit bf: CanBuildFrom[SnowflakeMap[K, V], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
    Annotations
    @migration
    Migration

    (Changed in version 2.9.0) The behavior of scanRight has changed. The previous behavior can be reproduced with scanRight.reverse.

  118. def seq: Map[SnowflakeType[K], V]

    Permalink
    Definition Classes
    Map → Map → GenMap → GenMapLike → Iterable → Iterable → GenIterable → Traversable → Traversable → GenTraversable → Parallelizable → TraversableOnce → GenTraversableOnce
  119. final def size: Int

    Permalink
    Definition Classes
    SnowflakeMap → GenTraversableLike → TraversableOnce → GenTraversableOnce
  120. def slice(from: Int, until: Int): SnowflakeMap[K, V]

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  121. def sliding(size: Int, step: Int): Iterator[SnowflakeMap[K, V]]

    Permalink
    Definition Classes
    IterableLike
  122. def sliding(size: Int): Iterator[SnowflakeMap[K, V]]

    Permalink
    Definition Classes
    IterableLike
  123. def span(p: ((SnowflakeType[K], V)) ⇒ Boolean): (SnowflakeMap[K, V], SnowflakeMap[K, V])

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  124. def splitAt(n: Int): (SnowflakeMap[K, V], SnowflakeMap[K, V])

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  125. def stringPrefix: String

    Permalink
    Definition Classes
    SnowflakeMap → MapLike → TraversableLike → GenTraversableLike
  126. def sum[B >: (SnowflakeType[K], V)](implicit num: Numeric[B]): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  127. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  128. def tail: SnowflakeMap[K, V]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  129. def tails: Iterator[SnowflakeMap[K, V]]

    Permalink
    Definition Classes
    TraversableLike
  130. def take(n: Int): SnowflakeMap[K, V]

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  131. def takeRight(n: Int): SnowflakeMap[K, V]

    Permalink
    Definition Classes
    IterableLike
  132. def takeWhile(p: ((SnowflakeType[K], V)) ⇒ Boolean): SnowflakeMap[K, V]

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  133. def thisCollection: Iterable[(SnowflakeType[K], V)]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    IterableLike → TraversableLike
  134. def to[Col[_]](implicit cbf: CanBuildFrom[Nothing, (SnowflakeType[K], V), Col[(SnowflakeType[K], V)]]): Col[(SnowflakeType[K], V)]

    Permalink
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  135. def toArray[B >: (SnowflakeType[K], V)](implicit arg0: ClassTag[B]): Array[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  136. def toBuffer[C >: (SnowflakeType[K], V)]: Buffer[C]

    Permalink
    Definition Classes
    MapLike → TraversableOnce → GenTraversableOnce
  137. def toCollection(repr: SnowflakeMap[K, V]): Iterable[(SnowflakeType[K], V)]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    IterableLike → TraversableLike
  138. def toIndexedSeq: IndexedSeq[(SnowflakeType[K], V)]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  139. def toIterable: Iterable[(SnowflakeType[K], V)]

    Permalink
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  140. def toIterator: Iterator[(SnowflakeType[K], V)]

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  141. def toList: List[(Key, V)]

    Permalink
    Definition Classes
    SnowflakeMap → TraversableOnce → GenTraversableOnce
  142. def toMap[T, U](implicit ev: <:<[(SnowflakeType[K], V), (T, U)]): Map[T, U]

    Permalink
    Definition Classes
    Map → TraversableOnce → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  143. def toSeq: Seq[(SnowflakeType[K], V)]

    Permalink
    Definition Classes
    MapLike → TraversableOnce → GenTraversableOnce
  144. def toSet[B >: (SnowflakeType[K], V)]: Set[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  145. def toStream: Stream[(SnowflakeType[K], V)]

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
  146. def toString(): String

    Permalink
    Definition Classes
    MapLike → TraversableLike → Function1 → AnyRef → Any
  147. def toTraversable: Traversable[(SnowflakeType[K], V)]

    Permalink
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  148. def toVector: Vector[(SnowflakeType[K], V)]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  149. def transform[S](f: (Key, V) ⇒ S): SnowflakeMap[K, S]

    Permalink
  150. def transform[C, That](f: (SnowflakeType[K], V) ⇒ C)(implicit bf: CanBuildFrom[SnowflakeMap[K, V], (SnowflakeType[K], C), That]): That

    Permalink
    Definition Classes
    MapLike
  151. def transpose[B](implicit asTraversable: ((SnowflakeType[K], V)) ⇒ GenTraversableOnce[B]): Iterable[Iterable[B]]

    Permalink
    Definition Classes
    GenericTraversableTemplate
    Annotations
    @migration
    Migration

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

  152. def unionWith[S >: V](that: SnowflakeMap[Key, S], f: (Key, S, S) ⇒ S): SnowflakeMap[K, S]

    Permalink

    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.

  153. def unzip[A1, A2](implicit asPair: ((SnowflakeType[K], V)) ⇒ (A1, A2)): (Iterable[A1], Iterable[A2])

    Permalink
    Definition Classes
    GenericTraversableTemplate
  154. def unzip3[A1, A2, A3](implicit asTriple: ((SnowflakeType[K], V)) ⇒ (A1, A2, A3)): (Iterable[A1], Iterable[A2], Iterable[A3])

    Permalink
    Definition Classes
    GenericTraversableTemplate
  155. def updateWith[S >: V](key: Key, value: S, f: (V, S) ⇒ S): SnowflakeMap[K, S]

    Permalink

    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.

  156. def updated[V1 >: V](key: Key, value: V1): SnowflakeMap[K, V1]

    Permalink
    Definition Classes
    SnowflakeMap → Map → MapLike → MapLike → GenMap
  157. def values: Iterable[V]

    Permalink
    Definition Classes
    MapLike → GenMapLike
    Annotations
    @migration
    Migration

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

  158. def valuesIterator: Iterator[V]

    Permalink
    Definition Classes
    SnowflakeMap → MapLike → GenMapLike
  159. def view(from: Int, until: Int): IterableView[(SnowflakeType[K], V), SnowflakeMap[K, V]]

    Permalink
    Definition Classes
    IterableLike → TraversableLike
  160. def view: IterableView[(SnowflakeType[K], V), SnowflakeMap[K, V]]

    Permalink
    Definition Classes
    IterableLike → TraversableLike
  161. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  162. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  163. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  164. def withDefault[B1 >: V](d: (SnowflakeType[K]) ⇒ B1): Map[SnowflakeType[K], B1]

    Permalink
    Definition Classes
    Map
  165. def withDefaultValue[B1 >: V](d: B1): Map[SnowflakeType[K], B1]

    Permalink
    Definition Classes
    Map
  166. def withFilter(p: ((SnowflakeType[K], V)) ⇒ Boolean): FilterMonadic[(SnowflakeType[K], V), SnowflakeMap[K, V]]

    Permalink
    Definition Classes
    TraversableLike → FilterMonadic
  167. def zip[A1 >: (SnowflakeType[K], V), B, That](that: GenIterable[B])(implicit bf: CanBuildFrom[SnowflakeMap[K, V], (A1, B), That]): That

    Permalink
    Definition Classes
    IterableLike → GenIterableLike
  168. def zipAll[B, A1 >: (SnowflakeType[K], V), That](that: GenIterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[SnowflakeMap[K, V], (A1, B), That]): That

    Permalink
    Definition Classes
    IterableLike → GenIterableLike
  169. def zipWithIndex[A1 >: (SnowflakeType[K], V), That](implicit bf: CanBuildFrom[SnowflakeMap[K, V], (A1, Int), That]): That

    Permalink
    Definition Classes
    IterableLike → GenIterableLike

Inherited from AbstractMap[SnowflakeType[K], V]

Inherited from Map[SnowflakeType[K], V]

Inherited from MapLike[SnowflakeType[K], V, SnowflakeMap[K, V]]

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

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

Inherited from Immutable

Inherited from AbstractMap[SnowflakeType[K], V]

Inherited from Map[SnowflakeType[K], V]

Inherited from MapLike[SnowflakeType[K], V, SnowflakeMap[K, V]]

Inherited from Subtractable[SnowflakeType[K], SnowflakeMap[K, V]]

Inherited from PartialFunction[SnowflakeType[K], V]

Inherited from (SnowflakeType[K]) ⇒ V

Inherited from GenMap[SnowflakeType[K], V]

Inherited from GenMapLike[SnowflakeType[K], V, SnowflakeMap[K, V]]

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

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

Inherited from IterableLike[(SnowflakeType[K], V), SnowflakeMap[K, V]]

Inherited from Equals

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

Inherited from GenIterableLike[(SnowflakeType[K], V), SnowflakeMap[K, V]]

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

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

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

Inherited from TraversableLike[(SnowflakeType[K], V), SnowflakeMap[K, V]]

Inherited from GenTraversableLike[(SnowflakeType[K], V), SnowflakeMap[K, V]]

Inherited from Parallelizable[(SnowflakeType[K], V), ParMap[SnowflakeType[K], V]]

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

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

Inherited from FilterMonadic[(SnowflakeType[K], V), SnowflakeMap[K, V]]

Inherited from HasNewBuilder[(SnowflakeType[K], V), SnowflakeMap[K, V]]

Inherited from AnyRef

Inherited from Any

Ungrouped