Packages

class CouchbaseMap[T] extends AbstractMap[String, T]

Presents a Scala Map interface on top of a mutable persistent data structure, in the form of a document stored on the cluster.

Linear Supertypes
AbstractMap[String, T], Map[String, T], MapOps[String, T, Map, Map[String, T]], Shrinkable[String], Builder[(String, T), Map[String, T]], Growable[(String, T)], Clearable, Cloneable[Map[String, T]], Cloneable, Iterable[(String, T)], AbstractMap[String, T], Map[String, T], Equals, MapFactoryDefaults[String, T, [x, y]Map[x, y], [x]Iterable[x]], MapOps[String, T, [_, _]Map[_, _], Map[String, T]], PartialFunction[String, T], (String) => T, AbstractIterable[(String, T)], Iterable[(String, T)], IterableFactoryDefaults[(String, T), [x]Iterable[x]], IterableOps[(String, T), [_]Iterable[_], Map[String, T]], IterableOnceOps[(String, T), [_]Iterable[_], Map[String, T]], IterableOnce[(String, T)], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CouchbaseMap
  2. AbstractMap
  3. Map
  4. MapOps
  5. Shrinkable
  6. Builder
  7. Growable
  8. Clearable
  9. Cloneable
  10. Cloneable
  11. Iterable
  12. AbstractMap
  13. Map
  14. Equals
  15. MapFactoryDefaults
  16. MapOps
  17. PartialFunction
  18. Function1
  19. AbstractIterable
  20. Iterable
  21. IterableFactoryDefaults
  22. IterableOps
  23. IterableOnceOps
  24. IterableOnce
  25. AnyRef
  26. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new CouchbaseMap(id: String, collection: Collection, options: Option[CouchbaseCollectionOptions] = None)(implicit decode: JsonDeserializer[T], encode: JsonSerializer[T], tag: ClassTag[T])

Type Members

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

Value Members

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

Deprecated Value Members

  1. def +[V1 >: T](elem1: (String, V1), elem2: (String, V1), elems: (String, V1)*): Map[String, V1]
    Definition Classes
    MapOps
    Annotations
    @deprecated
    Deprecated

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

  2. def +[V1 >: T](kv: (String, V1)): Map[String, V1]
    Definition Classes
    MapOps
    Annotations
    @deprecated
    Deprecated

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

  3. def ++:[V1 >: T](that: IterableOnce[(String, V1)]): Map[String, V1]
    Definition Classes
    MapOps
    Annotations
    @deprecated
    Deprecated

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

  4. def ++:[B >: (String, T)](that: IterableOnce[B]): Iterable[B]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

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

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

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

  6. final def -(key1: String, key2: String, keys: String*): Map[String, T]
    Definition Classes
    MapOps
    Annotations
    @deprecated
    Deprecated

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

  7. final def -(key: String): Map[String, T]
    Definition Classes
    MapOps
    Annotations
    @deprecated
    Deprecated

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

  8. def --(keys: IterableOnce[String]): Map[String, T]
    Definition Classes
    MapOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Consider requiring an immutable Map.

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

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

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

    (Since version 2.13.0) Use foldLeft instead of /:

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

    (Since version 2.13.0) Use foldRight instead of :\

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

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

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

    (Since version 2.13.0) Use iterableFactory instead

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

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

  15. def filterKeys(p: (String) => Boolean): MapView[String, T]
    Definition Classes
    MapOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .view.filterKeys(f). A future version will include a strict version of this method (for now, .view.filterKeys(p).toMap).

  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
    Deprecated
  17. def hasDefiniteSize: Boolean
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Check .knownSize instead of .hasDefiniteSize for more actionable information (see scaladoc for details)

  18. def mapValues[W](f: (T) => W): MapView[String, W]
    Definition Classes
    MapOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .view.mapValues(f). A future version will include a strict version of this method (for now, .view.mapValues(f).toMap).

  19. final def repr: Map[String, T]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use coll instead of repr in a collection implementation, use the collection value itself from the outside

  20. final def retain(p: (String, T) => Boolean): CouchbaseMap.this.type
    Definition Classes
    MapOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use filterInPlace instead

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

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

  22. final def toIterable: CouchbaseMap.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

  23. final def toIterator: Iterator[(String, T)]
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

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

  24. final def toStream: Stream[(String, T)]
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

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

  25. final def toTraversable: Traversable[(String, T)]
    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

  26. final def transform(f: (String, T) => T): CouchbaseMap.this.type
    Definition Classes
    MapOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use mapValuesInPlace instead

  27. def updated[V1 >: T](key: String, value: V1): Map[String, V1]
    Definition Classes
    MapOps
    Annotations
    @deprecated
    Deprecated

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

  28. def view(from: Int, until: Int): View[(String, T)]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

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

Inherited from AbstractMap[String, T]

Inherited from Map[String, T]

Inherited from MapOps[String, T, Map, Map[String, T]]

Inherited from Shrinkable[String]

Inherited from Builder[(String, T), Map[String, T]]

Inherited from Growable[(String, T)]

Inherited from Clearable

Inherited from Cloneable[Map[String, T]]

Inherited from Cloneable

Inherited from Iterable[(String, T)]

Inherited from AbstractMap[String, T]

Inherited from Map[String, T]

Inherited from Equals

Inherited from MapFactoryDefaults[String, T, [x, y]Map[x, y], [x]Iterable[x]]

Inherited from MapOps[String, T, [_, _]Map[_, _], Map[String, T]]

Inherited from PartialFunction[String, T]

Inherited from (String) => T

Inherited from AbstractIterable[(String, T)]

Inherited from Iterable[(String, T)]

Inherited from IterableFactoryDefaults[(String, T), [x]Iterable[x]]

Inherited from IterableOps[(String, T), [_]Iterable[_], Map[String, T]]

Inherited from IterableOnceOps[(String, T), [_]Iterable[_], Map[String, T]]

Inherited from IterableOnce[(String, T)]

Inherited from AnyRef

Inherited from Any

Ungrouped