Binding

izumi.distage.model.definition.Binding$
See theBinding companion trait
object Binding

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Binding.type

Members list

Concise view

Type members

Classlikes

final case class EmptySetBinding[+K <: DIKey](key: K, tags: Set[BindingTag], origin: SourceFilePosition) extends SetBinding

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Binding
class Object
trait Matchable
class Any
sealed abstract class GroupingKey extends Product with CachedProductHashcode

Attributes

Companion:
object
Graph
Supertypes
trait CachedProductHashcode
trait Product
trait Equals
class Object
trait Matchable
class Any
Known subtypes
class Key
class KeyImpl

Attributes

Companion:
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait ImplBinding extends Binding

Attributes

Graph
Supertypes
trait Binding
class Object
trait Matchable
class Any
Known subtypes
sealed trait SetBinding extends Binding

Attributes

Graph
Supertypes
trait Binding
class Object
trait Matchable
class Any
Known subtypes
final case class SetElementBinding(key: SetElementKey, implementation: ImplDef, tags: Set[BindingTag], origin: SourceFilePosition) extends ImplBinding with SetBinding

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Binding
class Object
trait Matchable
class Any
final case class SingletonBinding[+K <: DIKey](key: K, implementation: ImplDef, tags: Set[BindingTag], origin: SourceFilePosition, isMutator: Boolean) extends ImplBinding

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Binding
class Object
trait Matchable
class Any
final implicit class WithImplementation[R](binding: ImplBinding { def withImplDef(implDef: ImplDef): R; }) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Implicits

Implicits

final implicit def WithImplementation[R](binding: ImplBinding { def withImplDef(implDef: ImplDef): R; }): WithImplementation[R]