Constructor
new DependencyCollection(collection)
Parameters:
Name | Type | Description |
---|---|---|
collection |
Array.<Dependency> | Base collection |
- Source:
Extends
Methods
filter(predicate) → {Array}
Filter the current collection and return a new collection (of the same type) containing items matching the predicate.
Parameters:
Name | Type | Description |
---|---|---|
predicate |
Object | function | Lodash-style predicate |
- Inherited From:
- Source:
Returns:
- Type
- Array
values() → {Array}
Iterate through current contents of the collection and return the relative instances from the injector.
- Source:
Returns:
- Type
- Array