abstract class AutoSetModule extends BootstrapModuleDef

Auto-Sets collect all bindings with static types of _implementations_ that are _ <: T into a summonable Set[T]

See also

AutoSetHook

same concept in MacWire: https://github.com/softwaremill/macwire#multi-wiring-wireset

Linear Supertypes
BootstrapModuleDef, ModuleDefDSL, TagsDSL, IncludesDSL, AbstractBindingDefDSL[MakeDSL, MultipleDSL, SetDSL], BootstrapModule, ModuleBase, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AutoSetModule
  2. BootstrapModuleDef
  3. ModuleDefDSL
  4. TagsDSL
  5. IncludesDSL
  6. AbstractBindingDefDSL
  7. BootstrapModule
  8. ModuleBase
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new AutoSetModule()

Type Members

  1. abstract type Self <: BootstrapModule
    Definition Classes
    BootstrapModule → ModuleBase

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. def _initialIncludes: ArrayBuffer[Include]
    Attributes
    protected[this]
    Definition Classes
    IncludesDSL
  5. def _initialState: ArrayBuffer[BindingRef]
    Attributes
    protected[this]
    Definition Classes
    AbstractBindingDefDSL
  6. def _initialTaggedIncludes: ArrayBuffer[IncludeApplyTags]
    Attributes
    protected[this]
    Definition Classes
    IncludesDSL
  7. def _initialTags: Set[BindingTag]
    Attributes
    protected[this]
    Definition Classes
    TagsDSL
  8. final def _make[T](provider: ProviderMagnet[T])(implicit arg0: Tag[T], pos: CodePositionMaterializer): MakeDSL[T]
    Attributes
    protected[this]
    Definition Classes
    AbstractBindingDefDSL
  9. def _registered[T <: BindingRef](bindingRef: T): T
    Attributes
    protected[this]
    Definition Classes
    AbstractBindingDefDSL
  10. final def addImplicit[T](name: String)(implicit arg0: Tag[T], instance: T, pos: CodePositionMaterializer): Unit
    Attributes
    protected[this]
    Definition Classes
    AbstractBindingDefDSL
  11. final def addImplicit[T](implicit arg0: Tag[T], instance: T, pos: CodePositionMaterializer): Unit
    Attributes
    protected[this]
    Definition Classes
    AbstractBindingDefDSL
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. final def bind[T](function: ProviderMagnet[T])(implicit arg0: Tag[T], pos: CodePositionMaterializer): MultipleDSL[T]
    Attributes
    protected[this]
    Definition Classes
    AbstractBindingDefDSL
  14. final def bind[T](instance: => T)(implicit arg0: Tag[T], pos: CodePositionMaterializer): MultipleDSL[T]
    Attributes
    protected[this]
    Definition Classes
    AbstractBindingDefDSL
  15. final def bind[T](implicit arg0: Tag[T], arg1: AnyConstructor[T], pos: CodePositionMaterializer): MultipleDSL[T]
    Attributes
    protected[this]
    Definition Classes
    AbstractBindingDefDSL
  16. final def bindEffect[F[_], T](function: ProviderMagnet[F[T]])(implicit arg0: TagK[F], arg1: Tag[T], pos: CodePositionMaterializer): MultipleDSL[T]
    Attributes
    protected[this]
    Definition Classes
    AbstractBindingDefDSL
  17. final def bindEffect[F[_], T](instance: F[T])(implicit arg0: TagK[F], arg1: Tag[T], pos: CodePositionMaterializer): MultipleDSL[T]
    Attributes
    protected[this]
    Definition Classes
    AbstractBindingDefDSL
  18. final def bindResource[R0, R <: DIResourceBase[Any, Any]](function: ProviderMagnet[R0])(implicit adapt: (ProviderMagnet[R0]) => ProviderMagnet[R with DIResourceBase[Any, Any]], tag: ResourceTag[R], pos: CodePositionMaterializer): MultipleDSL[A]
    Attributes
    protected[this]
    Definition Classes
    AbstractBindingDefDSL
  19. final def bindResource[R <: DIResourceBase[Any, Any]](function: ProviderMagnet[R with DIResourceBase[Any, Any]])(implicit tag: ResourceTag[R], pos: CodePositionMaterializer): MultipleDSL[A]
    Attributes
    protected[this]
    Definition Classes
    AbstractBindingDefDSL
  20. final def bindResource[R <: DIResourceBase[Any, Any]](instance: R with DIResourceBase[Any, Any])(implicit tag: ResourceTag[R], pos: CodePositionMaterializer): MultipleDSL[A]
    Attributes
    protected[this]
    Definition Classes
    AbstractBindingDefDSL
  21. final def bindResource[R <: DIResourceBase[Any, Any]](implicit arg0: AnyConstructor[R], tag: ResourceTag[R], pos: CodePositionMaterializer): MultipleDSL[A]
    Attributes
    protected[this]
    Definition Classes
    AbstractBindingDefDSL
  22. final def bindValue[T](instance: T)(implicit arg0: Tag[T], pos: CodePositionMaterializer): MultipleDSL[T]
    Attributes
    protected[this]
    Definition Classes
    AbstractBindingDefDSL
  23. final def bindings: Set[Binding]
    Definition Classes
    ModuleDefDSL
  24. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  25. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def equals(obj: Any): Boolean
    Definition Classes
    ModuleBase → AnyRef → Any
  27. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def hashCode(): Int
    Definition Classes
    ModuleBase → AnyRef → Any
  29. final def include(that: ModuleBase): Unit
    Attributes
    protected
    Definition Classes
    IncludesDSL
  30. final def includeApplyTags(that: ModuleBase): Unit
    Attributes
    protected
    Definition Classes
    IncludesDSL
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. final def keys: Set[DIKey]
    Definition Classes
    ModuleBase
  33. final macro def make[T]: MakeDSL[T]
    Attributes
    protected[this]
    Definition Classes
    AbstractBindingDefDSL
  34. final def many[T](implicit tag: Tag[Set[T]], pos: CodePositionMaterializer): SetDSL[T]
    Attributes
    protected[this]
    Definition Classes
    AbstractBindingDefDSL
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  38. def register[T, B](wrap: (T) => B)(implicit arg0: Tag[T], arg1: Tag[B]): AutoSetModule
  39. def register[T](implicit arg0: Tag[T]): AutoSetModule
  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. final def tag(tags: BindingTag*): Unit
    Attributes
    protected
    Definition Classes
    TagsDSL
  42. final def toString(): String
    Definition Classes
    ModuleBase → AnyRef → Any
  43. final def todo[T](implicit arg0: Tag[T], pos: CodePositionMaterializer): Unit
    Attributes
    protected
    Definition Classes
    ModuleDefDSL
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from BootstrapModuleDef

Inherited from ModuleDefDSL

Inherited from TagsDSL

Inherited from IncludesDSL

Inherited from AbstractBindingDefDSL[MakeDSL, MultipleDSL, SetDSL]

Inherited from BootstrapModule

Inherited from ModuleBase

Inherited from AnyRef

Inherited from Any

Ungrouped