implicit final class Map Ops[K, V, CC[X, +Y] <: Map[X, Y] with MapOps[X, Y, CC, _]] extends AnyVal
Operations that can return new maps. There is no reason to include any other
kind of operation here, because they are covered by #widen
.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Map Ops
- 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
- def ++(xs: IterableOnce[(K, V)]): NonEmpty[CC[K, V]]
- 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 keySet: NonEmpty[Set[K]]
- def toString(): String
- Definition Classes
- Any
- def transform[W](f: (K, V) => W): NonEmpty[CC[K, W]]
- def updated(key: K, value: V): NonEmpty[CC[K, V]]