Class

rdfp.persistence.ormlite.map

PersistentSerializingMap

Related Doc: package map

Permalink

class PersistentSerializingMap[K, V] extends Map[K, V] with SerializingStorage

Linear Supertypes
SerializingStorage, Map[K, V], MapLike[K, V, Map[K, V]], Cloneable[Map[K, V]], Cloneable, Cloneable, Shrinkable[K], Builder[(K, V), Map[K, V]], Growable[(K, V)], Clearable, Map[K, V], MapLike[K, V, Map[K, V]], Subtractable[K, Map[K, V]], PartialFunction[K, V], (K) ⇒ V, GenMap[K, V], GenMapLike[K, V, Map[K, V]], Iterable[(K, V)], Iterable[(K, V)], IterableLike[(K, V), Map[K, V]], Equals, GenIterable[(K, V)], GenIterableLike[(K, V), Map[K, V]], Traversable[(K, V)], Mutable, Traversable[(K, V)], GenTraversable[(K, V)], GenericTraversableTemplate[(K, V), Iterable], TraversableLike[(K, V), Map[K, V]], GenTraversableLike[(K, V), Map[K, V]], Parallelizable[(K, V), ParMap[K, V]], TraversableOnce[(K, V)], GenTraversableOnce[(K, V)], FilterMonadic[(K, V), Map[K, V]], HasNewBuilder[(K, V), Map[K, V]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PersistentSerializingMap
  2. SerializingStorage
  3. Map
  4. MapLike
  5. Cloneable
  6. Cloneable
  7. Cloneable
  8. Shrinkable
  9. Builder
  10. Growable
  11. Clearable
  12. Map
  13. MapLike
  14. Subtractable
  15. PartialFunction
  16. Function1
  17. GenMap
  18. GenMapLike
  19. Iterable
  20. Iterable
  21. IterableLike
  22. Equals
  23. GenIterable
  24. GenIterableLike
  25. Traversable
  26. Mutable
  27. Traversable
  28. GenTraversable
  29. GenericTraversableTemplate
  30. TraversableLike
  31. GenTraversableLike
  32. Parallelizable
  33. TraversableOnce
  34. GenTraversableOnce
  35. FilterMonadic
  36. HasNewBuilder
  37. AnyRef
  38. Any
Implicitly
  1. by CollectionsHaveToParArray
  2. by MonadOps
  3. by any2stringadd
  4. by StringFormat
  5. by Ensuring
  6. by ArrowAssoc
  7. by alternateImplicit
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PersistentSerializingMap(db: String)

    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 DeserializingFromStringIterator[T] extends Iterator[T]

    Permalink
    Attributes
    protected
    Definition Classes
    SerializingStorage
  4. class DeserializingFromStringMap[K, V] extends Map[K, V]

    Permalink
    Attributes
    protected
    Definition Classes
    SerializingStorage
  5. class DeserializingFromStringMapSet[K, V] extends Map[K, Set[V]]

    Permalink
    Attributes
    protected
    Definition Classes
    SerializingStorage
  6. class DeserializingFromStringSet[T] extends Set[T]

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

    Permalink
    Attributes
    protected
    Definition Classes
    MapLike
  8. class MappedValues[C] extends AbstractMap[A, C] with DefaultMap[A, C]

    Permalink
    Attributes
    protected
    Definition Classes
    MapLike
  9. type Self = Map[K, V]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    TraversableLike
  10. class SerializingToStringIterator[T] extends Iterator[String]

    Permalink
    Attributes
    protected
    Definition Classes
    SerializingStorage
  11. class SerializingToStringMapSet[K, V] extends Map[String, Set[String]]

    Permalink
    Attributes
    protected
    Definition Classes
    SerializingStorage
  12. class SerializingToStringSet[T] extends Set[String]

    Permalink
    Attributes
    protected
    Definition Classes
    SerializingStorage
  13. 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 +[B1 >: V](elem1: (K, B1), elem2: (K, B1), elems: (K, B1)*): Map[K, B1]

    Permalink
    Definition Classes
    MapLike → MapLike
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) + creates a new map. Use += to add an element to this map and return that map itself.

  4. def +[B1 >: V](kv: (K, B1)): Map[K, B1]

    Permalink
    Definition Classes
    MapLike → MapLike → GenMapLike
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) + creates a new map. Use += to add an element to this map and return that map itself.

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

    Permalink
    Definition Classes
    MapLike → MapLike
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) ++ creates a new map. Use ++= to add an element to this map and return that map itself.

  6. def ++[B >: (K, V), That](that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[Map[K, V], B, That]): That

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

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

    Permalink
    Definition Classes
    TraversableLike
  9. def ++=(xs: TraversableOnce[(K, V)]): PersistentSerializingMap.this.type

    Permalink
    Definition Classes
    Growable
  10. def +=(kv: (K, V)): PersistentSerializingMap.this.type

    Permalink
    Definition Classes
    PersistentSerializingMap → MapLike → Builder → Growable
  11. def +=(elem1: (K, V), elem2: (K, V), elems: (K, V)*): PersistentSerializingMap.this.type

    Permalink
    Definition Classes
    Growable
  12. def -(elem1: K, elem2: K, elems: K*): Map[K, V]

    Permalink
    Definition Classes
    MapLike → Subtractable
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) - creates a new map. Use -= to remove an element from this map and return that map itself.

  13. def -(key: K): Map[K, V]

    Permalink
    Definition Classes
    MapLike → MapLike → Subtractable → GenMapLike
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) - creates a new map. Use -= to remove an element from this map and return that map itself.

  14. def --(xs: GenTraversableOnce[K]): Map[K, V]

    Permalink
    Definition Classes
    MapLike → Subtractable
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) -- creates a new map. Use --= to remove an element from this map and return that map itself.

  15. def --=(xs: TraversableOnce[K]): PersistentSerializingMap.this.type

    Permalink
    Definition Classes
    Shrinkable
  16. def -=(key: K): PersistentSerializingMap.this.type

    Permalink
    Definition Classes
    PersistentSerializingMap → MapLike → Shrinkable
  17. def -=(elem1: K, elem2: K, elems: K*): PersistentSerializingMap.this.type

    Permalink
    Definition Classes
    Shrinkable
  18. def ->[B](y: B): (PersistentSerializingMap[K, V], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from PersistentSerializingMap[K, V] to ArrowAssoc[PersistentSerializingMap[K, V]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  19. def /:[B](z: B)(op: (B, (K, V)) ⇒ B): B

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    PartialFunction → Function1
  27. def apply(key: K): V

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

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

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

    Permalink
    Definition Classes
    IterableLike → Equals
  31. def clear(): Unit

    Permalink
    Definition Classes
    MapLike → Builder → Growable → Clearable
  32. def clone(): Map[K, V]

    Permalink
    Definition Classes
    MapLike → Cloneable → AnyRef
  33. def collect[B, That](pf: PartialFunction[(K, V), B])(implicit bf: CanBuildFrom[Map[K, V], B, That]): That

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

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

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

    Permalink
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  37. def contains(key: K): Boolean

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

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

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

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

    Permalink
    Definition Classes
    TraversableOnce
  42. def count(p: ((K, V)) ⇒ Boolean): Int

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  43. def default(key: K): V

    Permalink
    Definition Classes
    MapLike → GenMapLike
  44. def deserialize[T](o: Array[Byte]): T

    Permalink
    Attributes
    protected
    Definition Classes
    SerializingStorage
  45. def deserializeFromString[T](s: String): T

    Permalink
    Attributes
    protected
    Definition Classes
    SerializingStorage
  46. def drop(n: Int): Map[K, V]

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

    Permalink
    Definition Classes
    IterableLike
  48. def dropWhile(p: ((K, V)) ⇒ Boolean): Map[K, V]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  49. def empty: Map[K, V]

    Permalink
    Definition Classes
    Map → Map → MapLike
  50. def ensuring(cond: (PersistentSerializingMap[K, V]) ⇒ Boolean, msg: ⇒ Any): PersistentSerializingMap[K, V]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PersistentSerializingMap[K, V] to Ensuring[PersistentSerializingMap[K, V]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  51. def ensuring(cond: (PersistentSerializingMap[K, V]) ⇒ Boolean): PersistentSerializingMap[K, V]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PersistentSerializingMap[K, V] to Ensuring[PersistentSerializingMap[K, V]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  52. def ensuring(cond: Boolean, msg: ⇒ Any): PersistentSerializingMap[K, V]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PersistentSerializingMap[K, V] to Ensuring[PersistentSerializingMap[K, V]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  53. def ensuring(cond: Boolean): PersistentSerializingMap[K, V]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PersistentSerializingMap[K, V] to Ensuring[PersistentSerializingMap[K, V]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  54. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  62. def flatMap[B, That](f: ((K, V)) ⇒ GenTraversableOnce[B])(implicit bf: CanBuildFrom[Map[K, V], B, That]): That

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

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

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

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

    Permalink
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  67. def forall(p: ((K, V)) ⇒ Boolean): Boolean

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

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike → TraversableOnce → GenTraversableOnce → FilterMonadic
  69. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from PersistentSerializingMap[K, V] to StringFormat[PersistentSerializingMap[K, V]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  70. def genericBuilder[B]: Builder[B, Iterable[B]]

    Permalink
    Definition Classes
    GenericTraversableTemplate
  71. def get(key: K): Option[V]

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

    Permalink
    Definition Classes
    AnyRef → Any
  73. def getOrElse[B1 >: V](key: K, default: ⇒ B1): B1

    Permalink
    Definition Classes
    MapLike → GenMapLike
  74. def getOrElseUpdate(key: K, op: ⇒ V): V

    Permalink
    Definition Classes
    MapLike
  75. def groupBy[K](f: ((K, V)) ⇒ K): Map[K, Map[K, V]]

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

    Permalink
    Definition Classes
    IterableLike
  77. def hasDefiniteSize: Boolean

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

    Permalink
    Definition Classes
    GenMapLike → AnyRef → Any
  79. def head: (K, V)

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

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  81. def init: Map[K, V]

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

    Permalink
    Definition Classes
    TraversableLike
  83. def isDefinedAt(key: K): Boolean

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

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

    Permalink
    Definition Classes
    Any
  86. final def isTraversableAgain: Boolean

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

    Permalink
    Definition Classes
    PersistentSerializingMap → MapLike → IterableLike → GenIterableLike
  88. def keySet: Set[K]

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

    Permalink
    Definition Classes
    MapLike → GenMapLike
    Annotations
    @migration
    Migration

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

  90. def keysIterator: Iterator[K]

    Permalink
    Definition Classes
    MapLike → GenMapLike
  91. def last: (K, V)

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  92. def lastOption: Option[(K, V)]

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

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

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  95. def mapResult[NewTo](f: (Map[K, V]) ⇒ NewTo): Builder[(K, V), NewTo]

    Permalink
    Definition Classes
    Builder
  96. def mapValues[C](f: (V) ⇒ C): Map[K, C]

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  104. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  105. def newBuilder: Builder[(K, V), Map[K, V]]

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  114. def put(key: K, value: V): Option[V]

    Permalink
    Definition Classes
    MapLike
  115. def reduce[A1 >: (K, V)](op: (A1, A1) ⇒ A1): A1

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

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

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

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

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

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  121. def remove(key: K): Option[V]

    Permalink
    Definition Classes
    MapLike
  122. def repr: Map[K, V]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  123. def result(): Map[K, V]

    Permalink
    Definition Classes
    MapLike → Builder
  124. def retain(p: (K, V) ⇒ Boolean): PersistentSerializingMap.this.type

    Permalink
    Definition Classes
    MapLike
  125. def reversed: List[(K, V)]

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

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

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

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

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  130. def scanRight[B, That](z: B)(op: ((K, V), B) ⇒ B)(implicit bf: CanBuildFrom[Map[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.

  131. def seq: Map[K, V]

    Permalink
    Definition Classes
    Map → Map → GenMap → GenMapLike → Iterable → Iterable → GenIterable → Traversable → Traversable → GenTraversable → Parallelizable → TraversableOnce → GenTraversableOnce
  132. def serialize[T](o: T): Array[Byte]

    Permalink
    Attributes
    protected
    Definition Classes
    SerializingStorage
  133. def serializeToString[T](s: T): String

    Permalink
    Attributes
    protected
    Definition Classes
    SerializingStorage
  134. def size: Int

    Permalink
    Definition Classes
    PersistentSerializingMap → GenTraversableLike → TraversableOnce → GenTraversableOnce
  135. def sizeHint(coll: TraversableLike[_, _], delta: Int): Unit

    Permalink
    Definition Classes
    Builder
  136. def sizeHint(coll: TraversableLike[_, _]): Unit

    Permalink
    Definition Classes
    Builder
  137. def sizeHint(size: Int): Unit

    Permalink
    Definition Classes
    Builder
  138. def sizeHintBounded(size: Int, boundingColl: TraversableLike[_, _]): Unit

    Permalink
    Definition Classes
    Builder
  139. def slice(from: Int, until: Int): Map[K, V]

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

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

    Permalink
    Definition Classes
    IterableLike
  142. def span(p: ((K, V)) ⇒ Boolean): (Map[K, V], Map[K, V])

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

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  144. val stringMap: PersistentStringMap

    Permalink
    Attributes
    protected
  145. def stringPrefix: String

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

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

    Permalink
    Definition Classes
    AnyRef
  148. def tail: Map[K, V]

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

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

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

    Permalink
    Definition Classes
    IterableLike
  152. def takeWhile(p: ((K, V)) ⇒ Boolean): Map[K, V]

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  163. def toParArray: ParArray[T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PersistentSerializingMap[K, V] to CollectionsHaveToParArray[PersistentSerializingMap[K, V], T] performed by method CollectionsHaveToParArray in scala.collection.parallel. This conversion will take place only if an implicit value of type (PersistentSerializingMap[K, V]) ⇒ GenTraversableOnce[T] is in scope.
    Definition Classes
    CollectionsHaveToParArray
  164. def toSeq: Seq[(K, V)]

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

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

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

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

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

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  170. def transform(f: (K, V) ⇒ V): PersistentSerializingMap.this.type

    Permalink
    Definition Classes
    MapLike
  171. def transpose[B](implicit asTraversable: ((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.

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

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

    Permalink
    Definition Classes
    GenericTraversableTemplate
  174. def update(key: K, value: V): Unit

    Permalink
    Definition Classes
    MapLike
  175. def updated[B1 >: V](key: K, value: B1): Map[K, B1]

    Permalink
    Definition Classes
    MapLike → MapLike
  176. 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].

  177. def valuesIterator: Iterator[V]

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

    Permalink
    Definition Classes
    IterableLike → TraversableLike
  179. def view: IterableView[(K, V), Map[K, V]]

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

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

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

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

    Permalink
    Definition Classes
    Map
  184. def withDefaultValue(d: V): Map[K, V]

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

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

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

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

    Permalink
    Definition Classes
    IterableLike → GenIterableLike
  189. def [B](y: B): (PersistentSerializingMap[K, V], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from PersistentSerializingMap[K, V] to ArrowAssoc[PersistentSerializingMap[K, V]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from PersistentSerializingMap[K, V] to any2stringadd[PersistentSerializingMap[K, V]] performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (persistentSerializingMap: any2stringadd[PersistentSerializingMap[K, V]]).+(other)
    Definition Classes
    any2stringadd
  2. def filter(p: ((K, V)) ⇒ Boolean): TraversableOnce[(K, V)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PersistentSerializingMap[K, V] to MonadOps[(K, V)] performed by method MonadOps in scala.collection.TraversableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (persistentSerializingMap: MonadOps[(K, V)]).filter(p)
    Definition Classes
    MonadOps
  3. def flatMap[B](f: ((K, V)) ⇒ GenTraversableOnce[B]): TraversableOnce[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PersistentSerializingMap[K, V] to MonadOps[(K, V)] performed by method MonadOps in scala.collection.TraversableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (persistentSerializingMap: MonadOps[(K, V)]).flatMap(f)
    Definition Classes
    MonadOps
  4. def map[B](f: ((K, V)) ⇒ B): TraversableOnce[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PersistentSerializingMap[K, V] to MonadOps[(K, V)] performed by method MonadOps in scala.collection.TraversableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (persistentSerializingMap: MonadOps[(K, V)]).map(f)
    Definition Classes
    MonadOps
  5. def withFilter(p: ((K, V)) ⇒ Boolean): Iterator[(K, V)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PersistentSerializingMap[K, V] to MonadOps[(K, V)] performed by method MonadOps in scala.collection.TraversableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (persistentSerializingMap: MonadOps[(K, V)]).withFilter(p)
    Definition Classes
    MonadOps

Inherited from SerializingStorage

Inherited from Map[K, V]

Inherited from MapLike[K, V, Map[K, V]]

Inherited from Cloneable[Map[K, V]]

Inherited from Cloneable

Inherited from Cloneable

Inherited from Shrinkable[K]

Inherited from Builder[(K, V), Map[K, V]]

Inherited from Growable[(K, V)]

Inherited from Clearable

Inherited from Map[K, V]

Inherited from MapLike[K, V, Map[K, V]]

Inherited from Subtractable[K, Map[K, V]]

Inherited from PartialFunction[K, V]

Inherited from (K) ⇒ V

Inherited from GenMap[K, V]

Inherited from GenMapLike[K, V, Map[K, V]]

Inherited from Iterable[(K, V)]

Inherited from Iterable[(K, V)]

Inherited from IterableLike[(K, V), Map[K, V]]

Inherited from Equals

Inherited from GenIterable[(K, V)]

Inherited from GenIterableLike[(K, V), Map[K, V]]

Inherited from Traversable[(K, V)]

Inherited from Mutable

Inherited from Traversable[(K, V)]

Inherited from GenTraversable[(K, V)]

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

Inherited from TraversableLike[(K, V), Map[K, V]]

Inherited from GenTraversableLike[(K, V), Map[K, V]]

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

Inherited from TraversableOnce[(K, V)]

Inherited from GenTraversableOnce[(K, V)]

Inherited from FilterMonadic[(K, V), Map[K, V]]

Inherited from HasNewBuilder[(K, V), Map[K, V]]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion CollectionsHaveToParArray from PersistentSerializingMap[K, V] to CollectionsHaveToParArray[PersistentSerializingMap[K, V], T]

Inherited by implicit conversion MonadOps from PersistentSerializingMap[K, V] to MonadOps[(K, V)]

Inherited by implicit conversion any2stringadd from PersistentSerializingMap[K, V] to any2stringadd[PersistentSerializingMap[K, V]]

Inherited by implicit conversion StringFormat from PersistentSerializingMap[K, V] to StringFormat[PersistentSerializingMap[K, V]]

Inherited by implicit conversion Ensuring from PersistentSerializingMap[K, V] to Ensuring[PersistentSerializingMap[K, V]]

Inherited by implicit conversion ArrowAssoc from PersistentSerializingMap[K, V] to ArrowAssoc[PersistentSerializingMap[K, V]]

Inherited by implicit conversion alternateImplicit from PersistentSerializingMap[K, V] to ForceImplicitAmbiguity

Ungrouped