Scope

izumi.sbtgen.model.Scope$
See theScope companion trait
object Scope

Attributes

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

Members list

Concise view

Type members

Classlikes

case object Compile extends Scope

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Scope
class Object
trait Matchable
class Any
Self type
Compile.type
case object Optional extends Scope

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Scope
class Object
trait Matchable
class Any
Self type
case object Provided extends Scope

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Scope
class Object
trait Matchable
class Any
Self type
final case class Raw(s: String) extends Scope

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Scope
class Object
trait Matchable
class Any
case object Runtime extends Scope

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Scope
class Object
trait Matchable
class Any
Self type
Runtime.type
case object Test extends Scope

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Scope
class Object
trait Matchable
class Any
Self type
Test.type

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