org.cvogt.di.reflect

TMap

class TMap[+T] extends HMap[T]

Type-indexed map

Source
TMap.scala
Linear Supertypes
HMap[T], UnsafeMap, AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TMap
  2. HMap
  3. UnsafeMap
  4. AnyRef
  5. Any
Implicitly
  1. by KeyContextExtensions
  2. by h2k
  3. by h2t
  4. by any2stringadd
  5. by any2stringfmt
  6. by any2ArrowAssoc
  7. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from TMap[T] to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ++[Q](other: HMap[Q]): TMap[T with Q]

    Adds two TMaps.

    Adds two TMaps. Be aware: lhs values take precedence over rhs.

  6. def ->[B](y: B): (TMap[T], B)

    Implicit information
    This member is added by an implicit conversion from TMap[T] to ArrowAssoc[TMap[T]] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  7. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  8. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  9. def add[V](value: V)(implicit key: TTKey[V]): TMap[T with V]

  10. def apply[V](implicit key: TTKey[V], ev: <:<[T, V]): V

    Gets the LAST INSERTED value that matches the given type.

    Gets the LAST INSERTED value that matches the given type. Be aware of this when using subtyping.

  11. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def debug: Unit

  14. def ensuring(cond: (TMap[T]) ⇒ Boolean, msg: ⇒ Any): TMap[T]

    Implicit information
    This member is added by an implicit conversion from TMap[T] to Ensuring[TMap[T]] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: (TMap[T]) ⇒ Boolean): TMap[T]

    Implicit information
    This member is added by an implicit conversion from TMap[T] to Ensuring[TMap[T]] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean, msg: ⇒ Any): TMap[T]

    Implicit information
    This member is added by an implicit conversion from TMap[T] to Ensuring[TMap[T]] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean): TMap[T]

    Implicit information
    This member is added by an implicit conversion from TMap[T] to Ensuring[TMap[T]] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  20. def extract[C[_]]: AnyRef { def as[V](implicit ev: <:<[T,C[V]],implicit key: org.cvogt.di.reflect.package.TTKey[V],implicit key2: org.cvogt.di.reflect.package.TTKey[C[V]]): AnyRef{def using(f: C[V] => V): org.cvogt.di.reflect.package.TMap[T with V]} }

  21. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from TMap[T] to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  23. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  24. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  25. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  26. def kMap: KMap[T]

    Implicit information
    This member is added by an implicit conversion from TMap[T] to KeyContextExtensions[T] performed by method KeyContextExtensions in org.cvogt.di.reflect.
    Definition Classes
    KeyContextExtensions
  27. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  30. def proj[K <: Key[_], K2 <: TKey](kk: (K, K2))(implicit ev: <:<[T, K2], ev2: <:<[K, Key[KMap.proj.K2.Value]]): KMap[T with K]

    Implicit information
    This member is added by an implicit conversion from TMap[T] to KMap[T] performed by method h2k in org.cvogt.di.reflect.
    Definition Classes
    KMap
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  32. def tMap: TMap[T]

    Implicit information
    This member is added by an implicit conversion from TMap[T] to KeyContextExtensions[T] performed by method KeyContextExtensions in org.cvogt.di.reflect.
    Definition Classes
    KeyContextExtensions
  33. def toString(): String

    Definition Classes
    AnyRef → Any
  34. def typed: KeyContextExtensions[T]

    Implicit information
    This member is added by an implicit conversion from TMap[T] to KeyContextExtensions[T] performed by method KeyContextExtensions in org.cvogt.di.reflect.
    Definition Classes
    KeyContextExtensions
  35. def unsafeAdd(kv: (Key[_], Any)): UnsafeMap

    Definition Classes
    UnsafeMap
  36. def unsafeGet[K <: TKey](key: K): Option[UnsafeMap.unsafeGet.K.Value]

    Definition Classes
    UnsafeMap
  37. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. def [B](y: B): (TMap[T], B)

    Implicit information
    This member is added by an implicit conversion from TMap[T] to ArrowAssoc[TMap[T]] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def ++[Q](other: HMap[Q]): KMap[T with Q]

    Implicit information
    This member is added by an implicit conversion from TMap[T] to KMap[T] performed by method h2k in org.cvogt.di.reflect.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (tMap: KMap[T]).++(other)
    Definition Classes
    KMap
  2. def ++[Q](other: HMap[Q]): TMap[T with Q]

    Adds two TMaps.

    Adds two TMaps. Be aware: lhs values take precedence over rhs.

    Implicit information
    This member is added by an implicit conversion from TMap[T] to TMap[T] performed by method h2t in org.cvogt.di.reflect.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (tMap: TMap[T]).++(other)
  3. def add[V](value: V)(implicit key: TTKey[V]): KMap[T with V]

    Implicit information
    This member is added by an implicit conversion from TMap[T] to KeyContextExtensions[T] performed by method KeyContextExtensions in org.cvogt.di.reflect.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (tMap: KeyContextExtensions[T]).add(value)(key)
    Definition Classes
    KeyContextExtensions
  4. def add[V, K <: Key[_]](kv: (K, V))(implicit ev: <:<[K, Key[V]]): KMap[T with K]

    Implicit information
    This member is added by an implicit conversion from TMap[T] to KMap[T] performed by method h2k in org.cvogt.di.reflect.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (tMap: KMap[T]).add(kv)(ev)
    Definition Classes
    KMap
  5. def add[V](value: V)(implicit key: TTKey[V]): TMap[T with V]

    Implicit information
    This member is added by an implicit conversion from TMap[T] to TMap[T] performed by method h2t in org.cvogt.di.reflect.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (tMap: TMap[T]).add(value)(key)
  6. def apply[V](implicit key: TTKey[V], ev: <:<[T, V]): TTKey.Value

    Implicit information
    This member is added by an implicit conversion from TMap[T] to KeyContextExtensions[T] performed by method KeyContextExtensions in org.cvogt.di.reflect.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (tMap: KeyContextExtensions[T]).apply(key, ev)
    Definition Classes
    KeyContextExtensions
  7. def apply[K <: TKey](key: K)(implicit ev: <:<[T, K]): KMap.apply.K.Value

    Implicit information
    This member is added by an implicit conversion from TMap[T] to KMap[T] performed by method h2k in org.cvogt.di.reflect.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (tMap: KMap[T]).apply(key)(ev)
    Definition Classes
    KMap
  8. def apply[V](implicit key: TTKey[V], ev: <:<[T, V]): V

    Gets the LAST INSERTED value that matches the given type.

    Gets the LAST INSERTED value that matches the given type. Be aware of this when using subtyping.

    Implicit information
    This member is added by an implicit conversion from TMap[T] to TMap[T] performed by method h2t in org.cvogt.di.reflect.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (tMap: TMap[T]).apply(key, ev)
  9. def debug: Unit

    Implicit information
    This member is added by an implicit conversion from TMap[T] to TMap[T] performed by method h2t in org.cvogt.di.reflect.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (tMap: TMap[T]).debug
  10. def extract[C[_]]: AnyRef { def as[V](implicit ev: <:<[T,C[V]],implicit key: org.cvogt.di.reflect.TTKey[V],implicit key2: org.cvogt.di.reflect.TTKey[C[V]]): AnyRef{def using(f: C[V] => V): org.cvogt.di.reflect.TMap[T with V]} }

    Implicit information
    This member is added by an implicit conversion from TMap[T] to TMap[T] performed by method h2t in org.cvogt.di.reflect.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (tMap: TMap[T]).extract
  11. val self: Any

    Implicit information
    This member is added by an implicit conversion from TMap[T] to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (tMap: StringAdd).self
    Definition Classes
    StringAdd
  12. val self: Any

    Implicit information
    This member is added by an implicit conversion from TMap[T] to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (tMap: StringFormat).self
    Definition Classes
    StringFormat
  13. def unsafeAdd(kv: (Key[_], Any)): UnsafeMap

    Implicit information
    This member is added by an implicit conversion from TMap[T] to KMap[T] performed by method h2k in org.cvogt.di.reflect.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (tMap: KMap[T]).unsafeAdd(kv)
    Definition Classes
    UnsafeMap
  14. def unsafeAdd(kv: (Key[_], Any)): UnsafeMap

    Implicit information
    This member is added by an implicit conversion from TMap[T] to TMap[T] performed by method h2t in org.cvogt.di.reflect.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (tMap: TMap[T]).unsafeAdd(kv)
    Definition Classes
    UnsafeMap
  15. def unsafeGet[K <: TKey](key: K): Option[UnsafeMap.unsafeGet.K.Value]

    Implicit information
    This member is added by an implicit conversion from TMap[T] to KMap[T] performed by method h2k in org.cvogt.di.reflect.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (tMap: KMap[T]).unsafeGet(key)
    Definition Classes
    UnsafeMap
  16. def unsafeGet[K <: TKey](key: K): Option[UnsafeMap.unsafeGet.K.Value]

    Implicit information
    This member is added by an implicit conversion from TMap[T] to TMap[T] performed by method h2t in org.cvogt.di.reflect.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (tMap: TMap[T]).unsafeGet(key)
    Definition Classes
    UnsafeMap

Deprecated Value Members

  1. def x: TMap[T]

    Implicit information
    This member is added by an implicit conversion from TMap[T] to ArrowAssoc[TMap[T]] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (tMap: ArrowAssoc[TMap[T]]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: TMap[T]

    Implicit information
    This member is added by an implicit conversion from TMap[T] to Ensuring[TMap[T]] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (tMap: Ensuring[TMap[T]]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from HMap[T]

Inherited from UnsafeMap

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion KeyContextExtensions from TMap[T] to KeyContextExtensions[T]

Inherited by implicit conversion h2k from TMap[T] to KMap[T]

Inherited by implicit conversion h2t from TMap[T] to TMap[T]

Inherited by implicit conversion any2stringadd from TMap[T] to StringAdd

Inherited by implicit conversion any2stringfmt from TMap[T] to StringFormat

Inherited by implicit conversion any2ArrowAssoc from TMap[T] to ArrowAssoc[TMap[T]]

Inherited by implicit conversion any2Ensuring from TMap[T] to Ensuring[TMap[T]]

Ungrouped