Map_

aptus.`package`.Map_
final implicit class Map_[K, V](val mp: Map[K, V]) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def force(key: K): V
def mapMapValues[U](f: V => U): Map[K, U]

formerly mapValues in the stdlib

formerly mapValues in the stdlib

Attributes

def opt(key: K): Option[V]
def pivotPreGrouped[W](implicit ev: V <:< Seq[W]): ListMap[W, Seq[K]]
def toListMap: ListMap[K, V]
def toMutableMap: Map[K, V]
def toTreeMap(implicit ord: Ordering[K]): TreeMap[K, V]

Concrete fields

val mp: Map[K, V]