filter<T>(
        object: _.Dictionary<T>,
        iterator: _.ObjectIterator<T, boolean>,
        context?: any): T[];