NewObjectOp

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

Attributes

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

Members list

Type members

Classlikes

sealed trait CurrentContextInstance

Attributes

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait NewObjectOp
class Object
trait Matchable
class Any
Show all
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

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

Marks a new instance introduced in current locator context

Marks a new instance introduced in current locator context

Attributes

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

Marks a new instance introduced in current locator context

Marks a new instance introduced in current locator context

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait NewObjectOp
class Object
trait Matchable
class Any
Show all
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

Supertypes
trait Serializable
trait Product
trait Equals
trait NewObjectOp
class Object
trait Matchable
class Any
Show all

Inherited and Abstract 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