org.cvogt.di

reflect

package reflect

Source
TMap.scala
Linear Supertypes
AnyRef, Any
Content Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. reflect
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. implicit class KeyContextExtensions[T] extends AnyRef

  2. class TMap[+T] extends HMap[T]

    Type-indexed map

  3. class TMapDemux[T] extends TMapDemux2

  4. trait TMapDemux2 extends AnyRef

  5. class TTKey[T] extends Key[T]

  6. class Using[T <: TMapDemux2] extends AnyRef

  7. class opaqueKey[T] extends AnyRef

Value Members

  1. object TMap

  2. def TMapped[T](implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T]): (TMap[T]) ⇒ T

  3. implicit def h2k[T](c: HMap[T]): KMap[T]

  4. implicit def h2t[T](c: HMap[T]): TMap[T]

  5. implicit def key[T](implicit typeTag: scala.reflect.api.JavaUniverse.TypeTag[T]): TTKey[T]

  6. def using[T <: TMapDemux2](implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T]): Using[T]

Inherited from AnyRef

Inherited from Any

Ungrouped