Packages

implicit final class ModuleDefCombine[S <: ModuleBase] extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ModuleDefCombine
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ModuleDefCombine(module: S)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. def ++[T <: ModuleBase](that: ModuleBase)(implicit T: Aux[S, T]): T
  4. def +:[T <: ModuleBase](binding: Binding)(implicit T: Aux[S, T]): T
  5. def -[T <: ModuleBase](ignored: DIKey)(implicit T: Aux[S, T]): T
  6. def --[T <: ModuleBase](ignored: Set[DIKey])(implicit T: Aux[S, T]): T
  7. def --[T <: ModuleBase](that: ModuleBase)(implicit T: Aux[S, T]): T
  8. def :+[T <: ModuleBase](binding: Binding)(implicit T: Aux[S, T]): T
  9. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def drop[T <: ModuleBase](ignored: DIKey)(implicit T: Aux[S, T]): T
  12. def drop[T <: ModuleBase](ignored: Set[DIKey])(implicit T: Aux[S, T]): T
  13. def filter[T <: ModuleBase](f: (DIKey) => Boolean)(implicit T: Aux[S, T]): T
  14. def filterBindings[T <: ModuleBase](f: (Binding) => Boolean)(implicit T: Aux[S, T]): T
  15. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def overriddenBy[T <: ModuleBase](that: ModuleBase)(implicit T: Aux[S, T]): T
  18. def preserveOnly[T <: ModuleBase](preserve: Set[DIKey])(implicit T: Aux[S, T]): T
  19. def removeTags[T <: ModuleBase](tags: BindingTag*)(implicit T: Aux[S, T]): T
  20. def tagged[T <: ModuleBase](tags: BindingTag*)(implicit T: Aux[S, T]): T
  21. def toString(): String
    Definition Classes
    Any
  22. def untagged[T <: ModuleBase](implicit T: Aux[S, T]): T

Inherited from AnyVal

Inherited from Any

Ungrouped