Roots

izumi.distage.model.plan.Roots$
See theRoots companion trait
object Roots

Attributes

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

Members list

Concise view

Type members

Classlikes

case object Everything extends Roots

Disable garbage collection and try to instantiate every single binding.

Disable garbage collection and try to instantiate every single binding.

There's almost always a better way to model things though.

This setting effectively disables Garbage Collection.

Try to avoid it.

In some cases (involving circular dependencies) it may be very hard to determine what are actual "root" components you want to produce, so the behaviour may be somehow heuristical and unsound.

Also this mode is slower, because an additional tracing pass is required to determine actual root components.

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Roots
class Object
trait Matchable
class Any
Self type
final case class Of(roots: NESet[DIKey]) extends Roots

Attributes

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

Value members

Concrete methods

def apply(root: DIKey, roots: DIKey*): Roots
def apply(roots: NESet[_ <: DIKey]): Roots
def apply(roots: Set[_ <: DIKey])(implicit d: DummyImplicit): Roots
def target[T : Tag]: Roots
def target[T : Tag](name: String): Roots