NewObjectOp

izumi.distage.model.provisioning.NewObjectOp$
See theNewObjectOp companion trait

Attributes

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

Members list

Concise view

Type members

Classlikes

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class NewResource[F]
final case class NewFinalizer[F[_]](key: DIKey, finalizer: () => F[Unit]) extends NewObjectOp

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class NewImport(key: DIKey, instance: Any) extends NewObjectOp

Marks a reused instance from parent locator context

Marks a reused instance from parent locator context

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class NewInstance(key: DIKey, implType: SafeType, instance: Any) extends NewObjectOp with CurrentContextInstance

Marks a new instance introduced in current locator context

Marks a new instance introduced in current locator context

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class NewResource[F[_]](key: DIKey, implType: SafeType, instance: Any, finalizer: () => F[Unit]) extends NewObjectOp with CurrentContextInstance

Marks a new instance introduced in current locator context

Marks a new instance introduced in current locator context

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class UseInstance(key: DIKey, instance: Any) extends NewObjectOp

Marks a reused instance from current locator context

Marks a reused instance from current locator context

Attributes

Graph
Supertypes
trait Serializable
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