HasScope

scala.build.options.HasScope
final case class HasScope[+T](scope: Scope, value: T)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def map[U](f: T => U): HasScope[U]
def valueFor(currentScope: Scope): Option[T]
def valueForInheriting(currentScope: Scope): Option[T]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product