Packages

final class SetDSL[T] extends SetDSLMutBase[T]

Linear Supertypes
SetDSLMutBase[T], SetDSLBase[T, SetElementDSL[T]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SetDSL
  2. SetDSLMutBase
  3. SetDSLBase
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SetDSL(mutableState: SetRef)

Value Members

  1. final def addValue[I <: T](instance: I)(implicit arg0: Tag[I], pos: CodePositionMaterializer): SetElementDSL[T]
    Definition Classes
    SetDSLBase
  2. def named(name: Identifier): SetNamedDSL[T]