All Instances
Gets all instances that can return a T for the given type and tag.
Return
A list of matching instances of T.
Parameters
The type of object to retrieve with the returned factory.
The type of object to retrieve with the returned factory.
The bound tag, if any.
Throws
When calling the factory, if the value construction triggered a dependency loop.
Gets all instances that can return a T for the given type and tag, curried from factories for the given argument type.
Return
A list of matching instances of T.
Parameters
The type of argument the returned factory takes.
The type of object to retrieve with the returned factory.
The type of argument the returned factory takes.
The type of object to retrieve with the returned factory.
The bound tag, if any.
A function that returns the argument that will be given to the factory when curried.
Throws
When calling the factory, if the value construction triggered a dependency loop.