Constructor
new PluginCollection(collection)
Parameters:
| Name | Type | Description | 
|---|---|---|
collection | 
            
            collection | 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
 
start()
Iterate over plugins in the collection and call plugin.start()
on each.
- Source: