class AttributeMap[A] extends Map[Attribute, A] with Serializable
- Alphabetic
- By Inheritance
- AttributeMap
- Serializable
- Map
- MapOps
- Map
- Equals
- MapFactoryDefaults
- MapOps
- PartialFunction
- Function1
- Iterable
- Iterable
- IterableFactoryDefaults
- IterableOps
- IterableOnceOps
- IterableOnce
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- trait GenKeySet extends AnyRef
- Attributes
- protected
- Definition Classes
- MapOps
- class ImmutableKeySet extends AbstractSet[K] with scala.collection.immutable.MapOps.GenKeySet with DefaultSerializable
- Attributes
- protected
- Definition Classes
- MapOps
- class KeySet extends AbstractSet[K] with GenKeySet with DefaultSerializable
- Attributes
- protected
- Definition Classes
- MapOps
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def +[V1 >: A](kv: (Attribute, V1)): Map[Attribute, V1]
- Definition Classes
- MapOps → MapOps
- def ++(other: AttributeMap[A]): AttributeMap[A]
- def ++[V2 >: A](xs: IterableOnce[(Attribute, V2)]): Map[Attribute, V2]
- Definition Classes
- MapOps
- final def ++[B >: (Attribute, A)](suffix: IterableOnce[B]): Iterable[B]
- Definition Classes
- IterableOps
- Annotations
- @inline()
- final def -(key: Attribute): Map[Attribute, A]
- Definition Classes
- MapOps
- Annotations
- @inline()
- final def --(keys: IterableOnce[Attribute]): Map[Attribute, A]
- Definition Classes
- MapOps → MapOps
- Annotations
- @inline()
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addString(sb: StringBuilder, start: String, sep: String, end: String): StringBuilder
- Definition Classes
- MapOps → IterableOnceOps
- final def addString(b: StringBuilder): StringBuilder
- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
- final def addString(b: StringBuilder, sep: String): StringBuilder
- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
- def andThen[C](k: PartialFunction[A, C]): PartialFunction[Attribute, C]
- Definition Classes
- PartialFunction
- def andThen[C](k: (A) => C): PartialFunction[Attribute, C]
- Definition Classes
- PartialFunction → Function1
- def apply(key: Attribute): A
- Definition Classes
- MapOps → Function1
- Annotations
- @throws(scala.this.throws.<init>$default$1[NoSuchElementException])
- def applyOrElse[K1 <: Attribute, V1 >: A](x: K1, default: (K1) => V1): V1
- Definition Classes
- MapOps → PartialFunction
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val baseMap: Map[ExprId, (Attribute, A)]
- def canEqual(that: Any): Boolean
- Definition Classes
- Map → Equals
- def className: String
- Attributes
- protected[this]
- Definition Classes
- Iterable
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def coll: AttributeMap.this.type
- Attributes
- protected
- Definition Classes
- Iterable → IterableOps
- def collect[K2, V2](pf: PartialFunction[(Attribute, A), (K2, V2)]): Map[K2, V2]
- Definition Classes
- MapOps
- def collect[B](pf: PartialFunction[(Attribute, A), B]): Iterable[B]
- Definition Classes
- IterableOps → IterableOnceOps
- def collectFirst[B](pf: PartialFunction[(Attribute, A), B]): Option[B]
- Definition Classes
- IterableOnceOps
- def compose[R](k: PartialFunction[R, Attribute]): PartialFunction[R, A]
- Definition Classes
- PartialFunction
- def compose[A](g: (A) => Attribute): (A) => A
- Definition Classes
- Function1
- Annotations
- @unspecialized()
- def concat[V2 >: A](suffix: IterableOnce[(Attribute, V2)]): Map[Attribute, V2]
- Definition Classes
- MapOps
- def concat[B >: (Attribute, A)](suffix: IterableOnce[B]): Iterable[B]
- Definition Classes
- IterableOps
- def contains(k: Attribute): Boolean
- Definition Classes
- AttributeMap → MapOps
- def copyToArray[B >: (Attribute, A)](xs: Array[B], start: Int, len: Int): Int
- Definition Classes
- IterableOnceOps
- def copyToArray[B >: (Attribute, A)](xs: Array[B], start: Int): Int
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecatedOverriding("This should always forward to the 3-arg version of this method", "2.13.4")
- def copyToArray[B >: (Attribute, A)](xs: Array[B]): Int
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecatedOverriding("This should always forward to the 3-arg version of this method", "2.13.4")
- def corresponds[B](that: IterableOnce[B])(p: ((Attribute, A), B) => Boolean): Boolean
- Definition Classes
- IterableOnceOps
- def count(p: ((Attribute, A)) => Boolean): Int
- Definition Classes
- IterableOnceOps
- def default(key: Attribute): A
- Definition Classes
- MapOps
- Annotations
- @throws(scala.this.throws.<init>$default$1[NoSuchElementException])
- def drop(n: Int): Map[Attribute, A]
- Definition Classes
- IterableOps → IterableOnceOps
- def dropRight(n: Int): Map[Attribute, A]
- Definition Classes
- IterableOps
- def dropWhile(p: ((Attribute, A)) => Boolean): Map[Attribute, A]
- Definition Classes
- IterableOps → IterableOnceOps
- def elementWise: ElementWiseExtractor[Attribute, A]
- Definition Classes
- PartialFunction
- def empty: Map[Attribute, A]
- Definition Classes
- MapFactoryDefaults → IterableOps
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(o: Any): Boolean
- Definition Classes
- Map → Equals → AnyRef → Any
- def exists(p: ((Attribute, A)) => Boolean): Boolean
- Definition Classes
- IterableOnceOps
- def filter(pred: ((Attribute, A)) => Boolean): Map[Attribute, A]
- Definition Classes
- IterableOps → IterableOnceOps
- def filterNot(pred: ((Attribute, A)) => Boolean): Map[Attribute, A]
- Definition Classes
- IterableOps → IterableOnceOps
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def find(p: ((Attribute, A)) => Boolean): Option[(Attribute, A)]
- Definition Classes
- IterableOnceOps
- def flatMap[K2, V2](f: ((Attribute, A)) => IterableOnce[(K2, V2)]): Map[K2, V2]
- Definition Classes
- MapOps
- def flatMap[B](f: ((Attribute, A)) => IterableOnce[B]): Iterable[B]
- Definition Classes
- IterableOps → IterableOnceOps
- def flatten[B](implicit asIterable: ((Attribute, A)) => IterableOnce[B]): Iterable[B]
- Definition Classes
- IterableOps → IterableOnceOps
- def fold[A1 >: (Attribute, A)](z: A1)(op: (A1, A1) => A1): A1
- Definition Classes
- IterableOnceOps
- def foldLeft[B](z: B)(op: (B, (Attribute, A)) => B): B
- Definition Classes
- IterableOnceOps
- def foldRight[B](z: B)(op: ((Attribute, A), B) => B): B
- Definition Classes
- IterableOnceOps
- def forall(p: ((Attribute, A)) => Boolean): Boolean
- Definition Classes
- IterableOnceOps
- def foreach[U](f: ((Attribute, A)) => U): Unit
- Definition Classes
- IterableOnceOps
- def foreachEntry[U](f: (Attribute, A) => U): Unit
- Definition Classes
- MapOps
- def fromSpecific(coll: IterableOnce[(Attribute, A)]): Map[Attribute, A]
- Attributes
- protected
- Definition Classes
- MapFactoryDefaults → IterableOps
- def get(k: Attribute): Option[A]
- Definition Classes
- AttributeMap → MapOps
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getOrElse[B1 >: A](k: Attribute, default: => B1): B1
- Definition Classes
- AttributeMap → MapOps
- def groupBy[K](f: ((Attribute, A)) => K): Map[K, Map[Attribute, A]]
- Definition Classes
- IterableOps
- def groupMap[K, B](key: ((Attribute, A)) => K)(f: ((Attribute, A)) => B): Map[K, Iterable[B]]
- Definition Classes
- IterableOps
- def groupMapReduce[K, B](key: ((Attribute, A)) => K)(f: ((Attribute, A)) => B)(reduce: (B, B) => B): Map[K, B]
- Definition Classes
- IterableOps
- def grouped(size: Int): Iterator[Map[Attribute, A]]
- Definition Classes
- IterableOps
- def hashCode(): Int
- Definition Classes
- Map → AnyRef → Any
- def head: (Attribute, A)
- Definition Classes
- IterableOps
- def headOption: Option[(Attribute, A)]
- Definition Classes
- IterableOps
- def init: Map[Attribute, A]
- Definition Classes
- IterableOps
- def inits: Iterator[Map[Attribute, A]]
- Definition Classes
- IterableOps
- def isDefinedAt(key: Attribute): Boolean
- Definition Classes
- MapOps → PartialFunction
- def isEmpty: Boolean
- Definition Classes
- IterableOnceOps
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isTraversableAgain: Boolean
- Definition Classes
- IterableOps → IterableOnceOps
- def iterableFactory: IterableFactory[Iterable]
- Definition Classes
- Iterable → Iterable → IterableOps
- def iterator: Iterator[(Attribute, A)]
- Definition Classes
- AttributeMap → IterableOnce
- def keySet: Set[Attribute]
- Definition Classes
- MapOps → MapOps
- def keyStepper[S <: Stepper[_]](implicit shape: StepperShape[Attribute, S]): S
- Definition Classes
- MapOps
- def keys: Iterable[Attribute]
- Definition Classes
- MapOps
- def keysIterator: Iterator[Attribute]
- Definition Classes
- MapOps
- def knownSize: Int
- Definition Classes
- IterableOnce
- def last: (Attribute, A)
- Definition Classes
- IterableOps
- def lastOption: Option[(Attribute, A)]
- Definition Classes
- IterableOps
- def lazyZip[B](that: Iterable[B]): LazyZip2[(Attribute, A), B, AttributeMap.this.type]
- Definition Classes
- Iterable
- def lift: (Attribute) => Option[A]
- Definition Classes
- PartialFunction
- def map[K2, V2](f: ((Attribute, A)) => (K2, V2)): Map[K2, V2]
- Definition Classes
- MapOps
- def map[B](f: ((Attribute, A)) => B): Iterable[B]
- Definition Classes
- IterableOps → IterableOnceOps
- def mapFactory: MapFactory[Map]
- Definition Classes
- Map → Map → MapOps
- final def mapFromIterable[K2, V2](it: Iterable[(K2, V2)]): Map[K2, V2]
- Attributes
- protected
- Definition Classes
- MapOps
- Annotations
- @inline()
- def max[B >: (Attribute, A)](implicit ord: Ordering[B]): (Attribute, A)
- Definition Classes
- IterableOnceOps
- def maxBy[B](f: ((Attribute, A)) => B)(implicit cmp: Ordering[B]): (Attribute, A)
- Definition Classes
- IterableOnceOps
- def maxByOption[B](f: ((Attribute, A)) => B)(implicit cmp: Ordering[B]): Option[(Attribute, A)]
- Definition Classes
- IterableOnceOps
- def maxOption[B >: (Attribute, A)](implicit ord: Ordering[B]): Option[(Attribute, A)]
- Definition Classes
- IterableOnceOps
- def min[B >: (Attribute, A)](implicit ord: Ordering[B]): (Attribute, A)
- Definition Classes
- IterableOnceOps
- def minBy[B](f: ((Attribute, A)) => B)(implicit cmp: Ordering[B]): (Attribute, A)
- Definition Classes
- IterableOnceOps
- def minByOption[B](f: ((Attribute, A)) => B)(implicit cmp: Ordering[B]): Option[(Attribute, A)]
- Definition Classes
- IterableOnceOps
- def minOption[B >: (Attribute, A)](implicit ord: Ordering[B]): Option[(Attribute, A)]
- Definition Classes
- IterableOnceOps
- final def mkString: String
- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
- final def mkString(sep: String): String
- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
- final def mkString(start: String, sep: String, end: String): String
- Definition Classes
- IterableOnceOps
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newSpecificBuilder: Builder[(Attribute, A), Map[Attribute, A]]
- Attributes
- protected
- Definition Classes
- MapFactoryDefaults → IterableOps
- def nonEmpty: Boolean
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecatedOverriding("nonEmpty is defined as !isEmpty; override isEmpty instead", "2.13.0")
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def orElse[A1 <: Attribute, B1 >: A](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
- Definition Classes
- PartialFunction
- def partition(p: ((Attribute, A)) => Boolean): (Map[Attribute, A], Map[Attribute, A])
- Definition Classes
- IterableOps
- def partitionMap[A1, A2](f: ((Attribute, A)) => Either[A1, A2]): (Iterable[A1], Iterable[A2])
- Definition Classes
- IterableOps
- def product[B >: (Attribute, A)](implicit num: Numeric[B]): B
- Definition Classes
- IterableOnceOps
- def reduce[B >: (Attribute, A)](op: (B, B) => B): B
- Definition Classes
- IterableOnceOps
- def reduceLeft[B >: (Attribute, A)](op: (B, (Attribute, A)) => B): B
- Definition Classes
- IterableOnceOps
- def reduceLeftOption[B >: (Attribute, A)](op: (B, (Attribute, A)) => B): Option[B]
- Definition Classes
- IterableOnceOps
- def reduceOption[B >: (Attribute, A)](op: (B, B) => B): Option[B]
- Definition Classes
- IterableOnceOps
- def reduceRight[B >: (Attribute, A)](op: ((Attribute, A), B) => B): B
- Definition Classes
- IterableOnceOps
- def reduceRightOption[B >: (Attribute, A)](op: ((Attribute, A), B) => B): Option[B]
- Definition Classes
- IterableOnceOps
- def removed(key: Attribute): Map[Attribute, A]
- Definition Classes
- AttributeMap → MapOps
- def removedAll(keys: IterableOnce[Attribute]): Map[Attribute, A]
- Definition Classes
- MapOps
- def reversed: Iterable[(Attribute, A)]
- Attributes
- protected
- Definition Classes
- IterableOnceOps
- def runWith[U](action: (A) => U): (Attribute) => Boolean
- Definition Classes
- PartialFunction
- def scan[B >: (Attribute, A)](z: B)(op: (B, B) => B): Iterable[B]
- Definition Classes
- IterableOps
- def scanLeft[B](z: B)(op: (B, (Attribute, A)) => B): Iterable[B]
- Definition Classes
- IterableOps → IterableOnceOps
- def scanRight[B](z: B)(op: ((Attribute, A), B) => B): Iterable[B]
- Definition Classes
- IterableOps
- def size: Int
- Definition Classes
- IterableOnceOps
- def sizeCompare(that: Iterable[_]): Int
- Definition Classes
- IterableOps
- def sizeCompare(otherSize: Int): Int
- Definition Classes
- IterableOps
- final def sizeIs: SizeCompareOps
- Definition Classes
- IterableOps
- Annotations
- @inline()
- def slice(from: Int, until: Int): Map[Attribute, A]
- Definition Classes
- IterableOps → IterableOnceOps
- def sliding(size: Int, step: Int): Iterator[Map[Attribute, A]]
- Definition Classes
- IterableOps
- def sliding(size: Int): Iterator[Map[Attribute, A]]
- Definition Classes
- IterableOps
- def span(p: ((Attribute, A)) => Boolean): (Map[Attribute, A], Map[Attribute, A])
- Definition Classes
- IterableOps → IterableOnceOps
- def splitAt(n: Int): (Map[Attribute, A], Map[Attribute, A])
- Definition Classes
- IterableOps → IterableOnceOps
- def stepper[S <: Stepper[_]](implicit shape: StepperShape[(Attribute, A), S]): S
- Definition Classes
- IterableOnce
- def stringPrefix: String
- Attributes
- protected[this]
- Definition Classes
- Map → Iterable
- def sum[B >: (Attribute, A)](implicit num: Numeric[B]): B
- Definition Classes
- IterableOnceOps
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def tail: Map[Attribute, A]
- Definition Classes
- IterableOps
- def tails: Iterator[Map[Attribute, A]]
- Definition Classes
- IterableOps
- def take(n: Int): Map[Attribute, A]
- Definition Classes
- IterableOps → IterableOnceOps
- def takeRight(n: Int): Map[Attribute, A]
- Definition Classes
- IterableOps
- def takeWhile(p: ((Attribute, A)) => Boolean): Map[Attribute, A]
- Definition Classes
- IterableOps → IterableOnceOps
- def tapEach[U](f: ((Attribute, A)) => U): Map[Attribute, A]
- Definition Classes
- IterableOps → IterableOnceOps
- def to[C1](factory: Factory[(Attribute, A), C1]): C1
- Definition Classes
- IterableOnceOps
- def toArray[B >: (Attribute, A)](implicit arg0: ClassTag[B]): Array[B]
- Definition Classes
- IterableOnceOps
- final def toBuffer[B >: (Attribute, A)]: Buffer[B]
- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
- def toIndexedSeq: IndexedSeq[(Attribute, A)]
- Definition Classes
- IterableOnceOps
- final def toIterable: AttributeMap.this.type
- Definition Classes
- Iterable → IterableOps
- def toList: List[(Attribute, A)]
- Definition Classes
- IterableOnceOps
- final def toMap[K2, V2](implicit ev: <:<[(Attribute, A), (K2, V2)]): Map[K2, V2]
- Definition Classes
- Map → IterableOnceOps
- def toSeq: Seq[(Attribute, A)]
- Definition Classes
- IterableOnceOps
- def toSet[B >: (Attribute, A)]: Set[B]
- Definition Classes
- IterableOnceOps
- def toString(): String
- Definition Classes
- Map → Function1 → Iterable → AnyRef → Any
- def toVector: Vector[(Attribute, A)]
- Definition Classes
- IterableOnceOps
- def transform[W](f: (Attribute, A) => W): Map[Attribute, W]
- Definition Classes
- MapOps
- def transpose[B](implicit asIterable: ((Attribute, A)) => Iterable[B]): Iterable[Iterable[B]]
- Definition Classes
- IterableOps
- def unapply(a: Attribute): Option[A]
- Definition Classes
- PartialFunction
- def unzip[A1, A2](implicit asPair: ((Attribute, A)) => (A1, A2)): (Iterable[A1], Iterable[A2])
- Definition Classes
- IterableOps
- def unzip3[A1, A2, A3](implicit asTriple: ((Attribute, A)) => (A1, A2, A3)): (Iterable[A1], Iterable[A2], Iterable[A3])
- Definition Classes
- IterableOps
- def updated[B1 >: A](key: Attribute, value: B1): Map[Attribute, B1]
- Definition Classes
- AttributeMap → MapOps
- def updatedWith[V1 >: A](key: Attribute)(remappingFunction: (Option[A]) => Option[V1]): Map[Attribute, V1]
- Definition Classes
- MapOps
- def valueStepper[S <: Stepper[_]](implicit shape: StepperShape[A, S]): S
- Definition Classes
- MapOps
- def values: Iterable[A]
- Definition Classes
- MapOps
- def valuesIterator: Iterator[A]
- Definition Classes
- MapOps
- def view: MapView[Attribute, A]
- Definition Classes
- MapOps → IterableOps
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def withDefault[V1 >: A](d: (Attribute) => V1): Map[Attribute, V1]
- Definition Classes
- Map
- def withDefaultValue[V1 >: A](d: V1): Map[Attribute, V1]
- Definition Classes
- Map
- def withFilter(p: ((Attribute, A)) => Boolean): WithFilter[Attribute, A, [x]Iterable[x], [x, y]Map[x, y]]
- Definition Classes
- MapFactoryDefaults → IterableOps
- def zip[B](that: IterableOnce[B]): Iterable[((Attribute, A), B)]
- Definition Classes
- IterableOps
- def zipAll[A1 >: (Attribute, A), B](that: Iterable[B], thisElem: A1, thatElem: B): Iterable[(A1, B)]
- Definition Classes
- IterableOps
- def zipWithIndex: Iterable[((Attribute, A), Int)]
- Definition Classes
- IterableOps → IterableOnceOps
Deprecated Value Members
- def +[V1 >: A](elem1: (Attribute, V1), elem2: (Attribute, V1), elems: (Attribute, V1)*): Map[Attribute, V1]
- Definition Classes
- MapOps
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use ++ with an explicit collection argument instead of + with varargs
- def ++:[V1 >: A](that: IterableOnce[(Attribute, V1)]): Map[Attribute, V1]
- Definition Classes
- MapOps
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use ++ instead of ++: for collections of type Iterable
- def ++:[B >: (Attribute, A)](that: IterableOnce[B]): Iterable[B]
- Definition Classes
- IterableOps
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use ++ instead of ++: for collections of type Iterable
- def -(key1: Attribute, key2: Attribute, keys: Attribute*): Map[Attribute, A]
- Definition Classes
- MapOps
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use -- with an explicit collection
- final def /:[B](z: B)(op: (B, (Attribute, A)) => B): B
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use foldLeft instead of /:
- final def :\[B](z: B)(op: ((Attribute, A), B) => B): B
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use foldRight instead of :\
- def aggregate[B](z: => B)(seqop: (B, (Attribute, A)) => B, combop: (B, B) => B): B
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0)
aggregateis not relevant for sequential collections. UsefoldLeft(z)(seqop)instead.
- def companion: IterableFactory[[_]Iterable[_]]
- Definition Classes
- IterableOps
- Annotations
- @deprecated @deprecatedOverriding("Use iterableFactory instead", "2.13.0") @inline()
- Deprecated
(Since version 2.13.0) Use iterableFactory instead
- final def copyToBuffer[B >: (Attribute, A)](dest: Buffer[B]): Unit
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use
dest ++= collinstead
- def filterKeys(p: (Attribute) => Boolean): MapView[Attribute, A]
- 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).
- 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)
- def mapValues[W](f: (A) => W): MapView[Attribute, 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).
- final def repr: Map[Attribute, A]
- 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
- def seq: AttributeMap.this.type
- Definition Classes
- Iterable
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Iterable.seq always returns the iterable itself
- final def toIterator: Iterator[(Attribute, A)]
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use .iterator instead of .toIterator
- final def toStream: Stream[(Attribute, A)]
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use .to(LazyList) instead of .toStream
- final def toTraversable: Traversable[(Attribute, A)]
- Definition Classes
- IterableOps
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use toIterable instead
- def view(from: Int, until: Int): View[(Attribute, A)]
- Definition Classes
- IterableOps
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .view.slice(from, until) instead of .view(from, until)