SetNamedDSL

izumi.distage.model.definition.LocatorDef$.SetNamedDSL
final class SetNamedDSL[T](val mutableState: SetRef) extends SetDSLMutBase[T]

Attributes

Graph
Supertypes
trait SetDSLMutBase[T]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

protected def addOp[R](op: SetInstruction)(nextState: SetRef => R): R

Attributes

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

Attributes

Inherited from:
SetDSLBase
override protected def appendElement(newElement: ImplDef)(implicit pos: CodePositionMaterializer): SetElementDSL[T]

Attributes

Definition Classes
Inherited from:
SetDSLMutBase