SetDSL

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

Attributes

Graph
Supertypes
trait SetDSLMutBase[T]
trait SetDSLBase[T, SetElementDSL[T]]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def named(name: Identifier): SetNamedDSL[T]

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$1: Tag[I], pos: CodePositionMaterializer): SetElementDSL[T]

Attributes

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

Attributes

Definition Classes
Inherited from:
SetDSLMutBase