ScopeAxis

sbt.ScopeAxis
See theScopeAxis companion object
enum ScopeAxis[+A1]

Attributes

Companion
object
Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
class Select[A1]

Members list

Type members

Enum entries

final case class Select[+A1](axis: A1) extends ScopeAxis[A1]

Select is a type constructor that is used to wrap type S to make a scope component, equivalent of Some in Option.

Select is a type constructor that is used to wrap type S to make a scope component, equivalent of Some in Option.

Attributes

case This extends ScopeAxis[Nothing]

This is a scope component that represents not being scoped by the user, which later could be further scoped automatically by sbt.

This is a scope component that represents not being scoped by the user, which later could be further scoped automatically by sbt.

Attributes

case Zero extends ScopeAxis[Nothing]

Zero is a scope component that represents not scoping. It is a universal fallback component that is strictly weaker than any other values on a scope axis.

Zero is a scope component that represents not scoping. It is a universal fallback component that is strictly weaker than any other values on a scope axis.

Attributes