Extends
- Array.<Filter>
 
Methods
add(filter)
    Adds a filter
    Parameters:
| Name | Type | Description | 
|---|---|---|
filter | 
            
            Filter | 
clear() → {void}
    Clears all filters
Returns:
- Type
 - void
 
remove(f) → {void}
    Removes an existing filter
    Parameters:
| Name | Type | Description | 
|---|---|---|
f | 
            
            Number | Filter | 
Returns:
- Type
 - void
 
toString() → {String}
    Returns a string representation of the filters
Returns:
- Type
 - String