abstract class AutoSetModule extends BootstrapModuleDef

Auto-Sets collect all bindings with static types <: T into a summonable Set[T]

See also

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

Linear Supertypes
BootstrapModuleDef, ModuleDefDSL, TagsDSL, IncludesDSL, AbstractBindingDefDSL[BindDSL, 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. All

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

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[BindDSL, MultipleDSL, SetDSL]

Inherited from BootstrapModule

Inherited from ModuleBase

Inherited from AnyRef

Inherited from Any

Ungrouped