Scope

object Scope
Companion
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case object Compile extends Scope
case object Default extends Scope
case object Provided extends Scope
case object Runtime extends Scope
case object System extends Scope
case object Test extends Scope

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

def all: List[Scope]
def parse(scope: String): Either[String, Scope]
def parseUnsafe(scope: String): Scope
def render(scope: Scope): String
def renderNonCompileWithPrefix(prefix: String, scope: Scope): String
def renderToMaven(scope: Scope): String
def test: Scope

Implicits

Implicits

final implicit val eq: Eq[Scope]
implicit val show: Show[Scope]