final class RichMap[A, B, CC[_, _] <: IterableOps[_, Any, _], This <: Map[A, B]] extends AnyVal
- Source
- RichMap.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RichMap
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mapValuesStrict[C, That <: Map[A, C]](f: (B) => C)(implicit bf: BuildFrom[This, (A, C), That]): That
The normal Map.mapValues method produces a view which is not what we usually want.
The normal Map.mapValues method produces a view which is not what we usually want. This is a strict version of it.
https://issues.scala-lang.org/browse/SI-4776
- Annotations
- @inline()
- val self: MapOps[A, B, CC, This]
- def toReverseSortedMap(implicit ord: Ordering[A]): SortedMap[A, B]
- def toSortedMap(implicit ord: Ordering[A]): SortedMap[A, B]
- def toString(): String
- Definition Classes
- Any