Packages

t

sbt.internal.util.Init

KeyedInitialize

trait KeyedInitialize[T] extends Keyed[T, T]

A Keyed where the type of the value and the associated ScopedKey are the same.

T

the type of both the value this Initialize defines and the type of the associated ScopedKey.

Linear Supertypes
Keyed[T, T], Initialize[T], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KeyedInitialize
  2. Keyed
  3. Initialize
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def scopedKey: ScopedKey[T]
    Definition Classes
    Keyed

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def apply[Z](g: (T) ⇒ Z): Initialize[Z]
    Definition Classes
    KeyedInitialize
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. final def dependencies: List[ScopedKey[T]]
    Definition Classes
    KeyedInitialize
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. final def evaluate(ss: Settings[ScopeType]): T
    Definition Classes
    KeyedInitialize
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def mapConstant(g: MapConstant): Initialize[T]
    Definition Classes
    KeyedInitialize
  16. final def mapReferenced(g: MapScoped): Initialize[T]
    Definition Classes
    KeyedInitialize
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. final val transform: (T) ⇒ T
    Definition Classes
    KeyedInitializeKeyed
  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  26. def zip[S](o: Initialize[S]): Initialize[(T, S)]
    Definition Classes
    Initialize
  27. def zipWith[S, U](o: Initialize[S])(f: (T, S) ⇒ U): Initialize[U]
    Definition Classes
    Initialize

Inherited from Keyed[T, T]

Inherited from Initialize[T]

Inherited from AnyRef

Inherited from Any

Ungrouped