scaldi

Module

trait Module extends ReflectionBinder with WordBinder with InjectorWithLifecycle[Module] with Injectable with MutableInjectorUser with ShutdownHookLifecycleManager

Standard application module

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Module
  2. ShutdownHookLifecycleManager
  3. LifecycleManager
  4. MutableInjectorUser
  5. Injectable
  6. InjectorWithLifecycle
  7. MutableInjector
  8. Initializeable
  9. Freezable
  10. Injector
  11. WordBinder
  12. ReflectionBinder
  13. AnyRef
  14. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class ReflectiveBinding(fn: () ⇒ Option[Any], identifiers: List[Identifier]) extends Binding with Product with Serializable

    Definition Classes
    ReflectionBinder

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 ++[I <: Injector, R <: Injector](other: I)(implicit comp: CanCompose[Module.this.type, I, R]): R

    Definition Classes
    Injector
  5. def ::[I <: Injector, R <: Injector](other: I)(implicit comp: CanCompose[I, Module.this.type, R]): R

    Definition Classes
    Injector
  6. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  8. val IgnoringErrorHandler: (Throwable) ⇒ Boolean

    Definition Classes
    LifecycleManager
  9. def addDestroyable(fn: () ⇒ Unit): Unit

  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def bind[T](implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T]): BindHelper[T]

    Definition Classes
    WordBinder
  12. def binding: BindHelper[Any]

    Definition Classes
    WordBinder
  13. lazy val bindings: List[BindingWithLifecycle]

  14. val by: ByWord

    Attributes
    protected
    Definition Classes
    Injectable
  15. implicit def canBeIdentifiedToConstraints[T](target: T)(implicit arg0: CanBeIdentifier[T]): InjectConstraints[Nothing]

    Attributes
    protected
    Definition Classes
    Injectable
  16. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. def destroy(errorHandler: (Throwable) ⇒ Boolean = IgnoringErrorHandler): Unit

  18. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  20. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def getBinding(identifiers: List[Identifier]): Option[Binding]

    Definition Classes
    InjectorWithLifecycleInjector
  22. def getBindingInternal(identifiers: List[Identifier]): Option[BindingWithLifecycle]

    Definition Classes
    ModuleInjectorWithLifecycle
  23. final def getBindings(identifiers: List[Identifier]): List[Binding]

    Definition Classes
    InjectorWithLifecycleInjector
  24. def getBindingsInternal(identifiers: List[Identifier]): List[BindingWithLifecycle]

    Definition Classes
    ModuleInjectorWithLifecycle
  25. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  27. val identified: IdentifiedWord[Nothing]

    Attributes
    protected
    Definition Classes
    Injectable
  28. def init(lifecycleManager: LifecycleManager): () ⇒ Unit

    Attributes
    protected
    Definition Classes
    ModuleInitializeable
  29. def initNonLazy(): Module

    Definition Classes
    Initializeable
  30. def initNonLazyWordBindings(lifecycleManager: LifecycleManager): () ⇒ Unit

    Attributes
    protected
    Definition Classes
    WordBinder
  31. def inject[T](constraints: ⇒ InjectConstraints[T])(implicit injector: Injector, tt: scala.reflect.api.JavaUniverse.TypeTag[T], nn: NotNothing[T]): T

    Attributes
    protected
    Definition Classes
    Injectable
  32. def inject[T](identifiers: Identifier*)(implicit injector: Injector, tt: scala.reflect.api.JavaUniverse.TypeTag[T], nn: NotNothing[T]): T

    Attributes
    protected
    Definition Classes
    Injectable
  33. def inject[T](implicit injector: Injector, tt: scala.reflect.api.JavaUniverse.TypeTag[T], nn: NotNothing[T]): T

    Attributes
    protected
    Definition Classes
    Injectable
  34. def injectAll(identifiers: Identifier*)(implicit injector: Injector): List[Any]

    Attributes
    protected
    Definition Classes
    Injectable
  35. def injectAllOfType[T](identifiers: Identifier*)(implicit injector: Injector, tt: scala.reflect.api.JavaUniverse.TypeTag[T], nn: NotNothing[T]): List[T]

    Attributes
    protected
    Definition Classes
    Injectable
  36. def injectAllOfType[T](implicit injector: Injector, tt: scala.reflect.api.JavaUniverse.TypeTag[T], nn: NotNothing[T]): List[T]

    Attributes
    protected
    Definition Classes
    Injectable
  37. def injectProvider[T](constraints: ⇒ InjectConstraints[T])(implicit injector: Injector, tt: scala.reflect.api.JavaUniverse.TypeTag[T], nn: NotNothing[T]): () ⇒ T

    Attributes
    protected
    Definition Classes
    Injectable
  38. def injectProvider[T](identifiers: Identifier*)(implicit injector: Injector, tt: scala.reflect.api.JavaUniverse.TypeTag[T], nn: NotNothing[T]): () ⇒ T

    Attributes
    protected
    Definition Classes
    Injectable
  39. def injectProvider[T](implicit injector: Injector, tt: scala.reflect.api.JavaUniverse.TypeTag[T], nn: NotNothing[T]): () ⇒ T

    Attributes
    protected
    Definition Classes
    Injectable
  40. def injectWithDefault[T](identifiers: Identifier*)(default: ⇒ T)(implicit injector: Injector, tt: scala.reflect.api.JavaUniverse.TypeTag[T], nn: NotNothing[T]): T

    Attributes
    protected
    Definition Classes
    Injectable
  41. def injectWithDefault[T](default: ⇒ T)(implicit injector: Injector, tt: scala.reflect.api.JavaUniverse.TypeTag[T], nn: NotNothing[T]): T

    Attributes
    protected
    Definition Classes
    Injectable
  42. implicit def injector: Injector

    Definition Classes
    MutableInjectorUser
  43. def injector_=(newParentInjector: Injector): Unit

    Definition Classes
    MutableInjectorUser
  44. def isFrozen: Boolean

    Attributes
    protected
    Definition Classes
    InitializeableFreezable
  45. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  46. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  49. def partialInit(lifecycleManager: LifecycleManager): Option[() ⇒ Unit]

    Definition Classes
    Initializeable
  50. lazy val reflectiveBindings: List[Binding]

    Definition Classes
    ReflectionBinder
  51. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  52. def toString(): String

    Definition Classes
    AnyRef → Any
  53. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. lazy val wordBindings: List[BindingWithLifecycle]

    Definition Classes
    WordBinder

Inherited from LifecycleManager

Inherited from MutableInjectorUser

Inherited from Injectable

Inherited from InjectorWithLifecycle[Module]

Inherited from MutableInjector

Inherited from Initializeable[Module]

Inherited from Freezable

Inherited from Injector

Inherited from WordBinder

Inherited from ReflectionBinder

Inherited from AnyRef

Inherited from Any

Ungrouped