Package-level declarations
Properties
Functions
Access the closest DI container attached to the Context
Composable helper function to access the current DI container from the Composable tree (if there is one!)
Attaches a DI context to the underlying Composable tree
Attaches a DI context to the underlying Composable tree
Access DI container in a Composable tree and retrieve a T reference
Retrieves and keeps a reference on a factory of T for the given argument type, return type and tag.
Retrieves and keeps reference on an instance of T for the given type and tag.
Retrieves and keeps a reference on an instance of T for the given type and tag, curried from a factory that takes an argument A.
Allows to create an extended version of the LocalDI container and attaches it to the underlying Composable tree
Allows to create an extended version of a given DI container and attaches it to the underlying Composable tree
Attaches a DI container to the underlying Composable tree
Creates a DI container and imports DI.Modules before attaching it to the underlying Composable tree