implicit final class PimpedMap[K, V] extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PimpedMap
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new PimpedMap(map: Map[K, V])
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 forceMapValues[V2](f: (V) ⇒ V2): Map[K, V2]
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val map: Map[K, V]
-
def
mergeWith(other: Map[K, V])(implicit merger: Merger[V]): Map[K, V]
Merge with another map.
Merge with another map. Left is this map and right the other one.
- other
the map to merge into this map
- returns
a merged map
-
def
toString(): String
- Definition Classes
- Any