SetDSLMutBase

izumi.distage.model.definition.LocatorDef$.SetDSLMutBase
sealed trait SetDSLMutBase[T] extends SetDSLBase[T, SetElementDSL[T]]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class SetDSL[T]
class SetElementDSL[T]
class SetNamedDSL[T]

Members list

Concise view

Value members

Abstract methods

protected def mutableState: SetRef

Concrete methods

protected def addOp[R](op: SetInstruction)(nextState: SetRef => R): R
override protected def appendElement(newElement: ImplDef)(implicit pos: CodePositionMaterializer): SetElementDSL[T]

Attributes

Definition Classes

Inherited methods

final def addValue[I <: T : Tag](instance: I)(implicit evidence$5: Tag[I], pos: CodePositionMaterializer): AfterAdd

Attributes

Inherited from:
SetDSLBase