Composes two injectors.
Composes two injectors. Polymorphic, needs CanCompose trait implementation available in the scope
injector's type to be composed with
resulting injector's type
other injector to be composed with
CanCompose implementation that will handle the composition of the two injectors
composed injector, depends on CanCompose trait's implementation
Composes two injectors.
Composes two injectors. Note that the operands are inverted because the method starts with ":" Polymorphic, needs CanCompose trait implementation available in the scope
injector's type to be composed with
resulting injector's type
other injector to be composed with
CanCompose implementation that will handle the composition of the two injectors
composed injector, depends on CanCompose trait's implementation
Retrieves value by name, converts it to specified type and associates it with supplied identifiers.
Retrieves value by name, converts it to specified type and associates it with supplied identifiers.
name of the value to bind
type of the value to bind
identifiers of the resulting binding
option with resulting binding (None
if binding was not found by name)
Retrieves bindings from cache based on supplied identifiers.
Retrieves bindings from cache based on supplied identifiers.
identifiers describing binding
found binding, None
if binding was not found
Single binding lookup
Single binding lookup
binding's identifiers
option with binding (None
if not found)
List of bindings lookup
List of bindings lookup
bindings identifiers
list of found bindings
Abstract
Injector
implementation that may be extended by other injectors that get values from specific source (command line, typesafe config, properties, etc.)