MutableDependencyMap
A mutable extension of DependencyMap that allows for adding and retrieving dependencies.
Inheritors
Functions
Link copied to clipboard
Checks if the given dependency key is present in the dependency map.
Link copied to clipboard
Link copied to clipboard
Retrieves the value associated with the specified key if it exists. If the key does not already have an associated value, the result of invoking the defaultValue function will be stored and returned as the value for the given key.
Link copied to clipboard
Combines two DependencyMap
s into one.