Packages

trait DIUniverse extends DIUniverseBase with WithDISafeType with WithDISymbolInfo with WithDIKey with WithDIAssociation with WithDIWiring

Linear Supertypes
WithDIWiring, WithDIAssociation, WithDIKey, WithDISymbolInfo, WithDISafeType, DIUniverseBase, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DIUniverse
  2. WithDIWiring
  3. WithDIAssociation
  4. WithDIKey
  5. WithDISymbolInfo
  6. WithDISafeType
  7. DIUniverseBase
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed trait Association extends AnyRef
    Definition Classes
    WithDIAssociation
  2. sealed trait DIKey extends AnyRef
    Definition Classes
    WithDIKey
  3. abstract type IdContract[T] <: IdContractApi[T]
    Definition Classes
    WithDIKey
  4. trait IdContractApi[T] extends AnyRef
    Definition Classes
    WithDIKey
  5. type MethodSymbNative = scala.reflect.api.Universe.MethodSymbol
    Definition Classes
    DIUniverseBase
  6. case class SafeType extends CachedHashcode with CachedRepr with Product with Serializable
    Definition Classes
    WithDISafeType
  7. type SymbNative = scala.reflect.api.Universe.Symbol
    Definition Classes
    DIUniverseBase
  8. type TypeNative = scala.reflect.api.Universe.Type
    Definition Classes
    DIUniverseBase
  9. sealed trait SymbolInfo extends AnyRef
    Definition Classes
    WithDISymbolInfo
  10. sealed trait Wiring extends AnyRef
    Definition Classes
    WithDIWiring

Abstract Value Members

  1. implicit abstract def singletonStringIdContract[S <: String with Singleton]: IdContract[S]
    Definition Classes
    WithDIKey
  2. implicit abstract def stringIdContract: IdContract[String]
    Definition Classes
    WithDIKey
  3. abstract def typeOfDistageAnnotation: TypeNative
    Attributes
    protected
    Definition Classes
    WithDISymbolInfo
  4. abstract val u: Universe
    Definition Classes
    DIUniverseBase

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. object Association
    Definition Classes
    WithDIAssociation
  21. object DIKey
    Definition Classes
    WithDIKey
  22. object SafeType extends Serializable
    Definition Classes
    WithDISafeType
  23. object SymbolInfo
    Definition Classes
    WithDISymbolInfo
  24. object Wiring
    Definition Classes
    WithDIWiring

Inherited from WithDIWiring

Inherited from WithDIAssociation

Inherited from WithDIKey

Inherited from WithDISymbolInfo

Inherited from WithDISafeType

Inherited from DIUniverseBase

Inherited from AnyRef

Inherited from Any

Ungrouped