Keyed
sbt.internal.util.Init.Keyed
sealed trait Keyed[S, A1] extends Initialize[A1]
An Initialize[T] associated with a ScopedKey[S].
Type parameters
- S
-
the type of the associated
ScopedKey - T
-
the type of the value this
Initializedefines.
Attributes
- Graph
-
- Supertypes
- Known subtypes
-
trait KeyedInitialize[A1]class ScopedKey[A]
Members list
In this article