ScopedKey

sealed case class ScopedKey[A](scope: ScopeType, key: AttributeKey[A]) extends KeyedInitialize[A]
trait Serializable
trait Product
trait Equals
trait Keyed[A, A]
trait Initialize[A]
class Object
trait Matchable
class Any

Value members

Concrete methods

Inherited methods

final override def apply[A2](g: A => A2): Initialize[A2]
Definition Classes
Inherited from:
Keyed
final override def dependencies: Seq[ScopedKey[_]]
Definition Classes
Inherited from:
Keyed
final override def evaluate(ss: Settings[ScopeType]): A
Definition Classes
Inherited from:
Keyed
final override def mapConstant(g: MapConstant): Initialize[A]
Definition Classes
Inherited from:
Keyed
final override def mapReferenced(g: MapScoped): Initialize[A]
Definition Classes
Inherited from:
Keyed
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def zip[A2](o: Initialize[A2]): Initialize[(A, A2)]
Inherited from:
Initialize
def zipWith[A2, U](o: Initialize[A2])(f: (A, A2) => U): Initialize[U]
Inherited from:
Initialize

Inherited fields

final val transform: A => A
Inherited from:
KeyedInitialize