final class TypedMap[K[_]] extends AnyVal

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TypedMap
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TypedMap(raw: Map[K[_], Any])

Value Members

  1. def apply[T](key: K[T]): Option[T]
  2. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  3. val raw: Map[K[_], Any]
  4. def toString(): String
    Definition Classes
    TypedMap → Any
  5. def updated[T](key: K[T], value: T): TypedMap[K]