ImplDef

izumi.distage.model.definition.ImplDef$
See theImplDef companion class
object ImplDef

Attributes

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

Members list

Concise view

Type members

Classlikes

sealed trait DirectImplDef extends ImplDef

Attributes

Graph
Supertypes
class ImplDef
trait Product
trait Equals
class Object
trait Matchable
class Any
Known subtypes
final case class EffectImpl(implType: SafeType, effectHKTypeCtor: SafeType, effectImpl: DirectImplDef) extends RecursiveImplDef

Attributes

Graph
Supertypes
trait Serializable
class ImplDef
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class InstanceImpl(implType: SafeType, instance: Any) extends DirectImplDef

Attributes

Graph
Supertypes
trait Serializable
class ImplDef
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class ProviderImpl(implType: SafeType, function: Provider) extends DirectImplDef

Attributes

Graph
Supertypes
trait Serializable
class ImplDef
trait Product
trait Equals
class Object
trait Matchable
class Any
sealed trait RecursiveImplDef extends ImplDef

Attributes

Graph
Supertypes
class ImplDef
trait Product
trait Equals
class Object
trait Matchable
class Any
Known subtypes
final case class ReferenceImpl(implType: SafeType, key: DIKey, weak: Boolean) extends DirectImplDef

Attributes

Graph
Supertypes
trait Serializable
class ImplDef
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class ResourceImpl(implType: SafeType, effectHKTypeCtor: SafeType, resourceImpl: DirectImplDef) extends RecursiveImplDef

Attributes

Graph
Supertypes
trait Serializable
class ImplDef
trait Product
trait Equals
class Object
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