Packages

class TypedMap[T] extends AnyRef

Typed map that associates types with values. Based on http://stackoverflow.com/a/7337610/4243494

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +[U >: T, L <: U](x: L)(implicit arg0: Manifest[L]): TypedMap[U]
  4. def +[U >: T, L <: U](t: Typed[L]): TypedMap[U]
  5. def -[A <: T](implicit arg0: Manifest[A]): TypedMap[T]
  6. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  7. def apply[A <: T](implicit arg0: Manifest[A]): A
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def contains[A <: T](implicit arg0: Manifest[A]): Boolean
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(other: Any): Boolean
    Definition Classes
    TypedMap → AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def get[A <: T](implicit arg0: Manifest[A]): Option[A]
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  16. def getOrElse[A <: T](default: ⇒ A)(implicit arg0: Manifest[A]): A
  17. def hashCode(): Int
    Definition Classes
    TypedMap → AnyRef → Any
  18. val inner: Map[Manifest[_], T]
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  23. def size: Int
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    TypedMap → AnyRef → Any
  26. def values: Iterable[T]
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped