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.

def find[T, A](key: Symbol, requestFrom: A)(implicit evidence$1: TypedAcceptContext[A]): Option[T]

May return an injectable object.

May return an injectable object.

Value Params
requestFrom

Inject caller.