Container
trait Container
class Object
trait Matchable
class Any
Value members
Abstract methods
def createIndexer[T](k: IndexedKey, x: T, priority: InjectionPriority, lights: Vector[Container]): Indexer[T]
Generate an indexer.
Generate an indexer.
- Type Params
- T
injection type
- Value Params
- priority
priority
- x
Injectable object.