implicit final class SortedMap Ops[K, V, CC[X, +Y] <: SortedMap[X, Y] with SortedMapOps[X, Y, CC, _]] extends AnyVal
Operations that can return new maps or sets. 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
- SortedMap 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
- 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[SortedSet[K]]
- def toString(): String
- Definition Classes
- Any
- def transform[W](f: (K, V) => W): NonEmpty[CC[K, W]]
- def unsorted: NonEmpty[Map[K, V]]
- def updated(key: K, value: V): NonEmpty[CC[K, V]]