Provider Or Null
Gets a provider of T for the given type, or null if none is found. The name of the receiving property is used as tag.
Return
A provider of T, or null if no provider was found.
Parameters
The type of object to retrieve with the returned provider.
The type of object to retrieve with the returned provider.
Throws
When calling the provider, if the value construction triggered a dependency loop.
Gets a provider of T for the given type, curried from a factory that takes an argument A, or null if none is found. The name of the receiving property is used as tag.
Return
A provider of T, or null if no factory was found.
Parameters
The type of argument the curried factory takes.
The type of object to retrieve with the returned provider.
The type of argument the curried factory takes.
The type of object to retrieve with the returned provider.
A function that returns the argument that will be given to the factory when curried.
Throws
When calling the provider, if the value construction triggered a dependency loop.