Abstract Value Members
-
-
abstract
def
scope: Scope
Concrete Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
++=[U](values: ⇒ U)(implicit a: Values[T, U]): Setting[Id[T]]
-
def
+=[U](value: ⇒ U)(implicit a: Value[T, U]): Setting[Id[T]]
-
final
def
:=(value: ⇒ T): Setting[T]
-
def
<++=[V](values: Initialize[Id[V]])(implicit a: Values[T, V]): Setting[Id[T]]
-
def
<+=[V](value: Initialize[Id[V]])(implicit a: Value[T, V]): Setting[Id[T]]
-
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
final
def
?: Initialize[Option[T]]
-
final
def
??[T >: T](or: ⇒ T): Initialize[T]
-
final
def
apply[Z](g: (T) ⇒ Z): Initialize[Z]
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
dependencies: List[ScopedKey[T]]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
final
def
evaluate(ss: Settings[Scope]): T
-
def
finalize(): Unit
-
final
def
get(settings: Settings[Scope]): Option[T]
-
final
def
getClass(): java.lang.Class[_]
-
def
hashCode(): Int
-
-
-
-
-
-
-
-
-
-
final
def
isInstanceOf[T0]: Boolean
-
def
make[S](other: Initialize[S])(f: (T, S) ⇒ T): Setting[T]
-
final
def
mapConstant(g: MapConstant): Initialize[T]
-
final
def
mapReferenced(g: MapScoped): Initialize[T]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
-
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
val
transform: (T) ⇒ T
-
final
def
validateReferenced(g: ValidateRef): ValidatedInit[T]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
-
def
zipWith[S, U](o: Initialize[S])(f: (T, S) ⇒ U): Initialize[U]
-
final
def
~=(f: (T) ⇒ T): Setting[T]
Inherited from Keyed[T, T]
Inherited from AnyRef
Inherited from Any
Identifies a setting. It consists of three parts: the scope, the name, and the type of a value associated with this key. The scope is represented by a value of type Scope. The name and the type are represented by a value of type AttributeKey[T]. Instances are constructed using the companion object.