ObjectUtil.forIn = function(object, iteratee, options) {
        return ObjectUtil.for(object, iteratee, ObjectUtil.options(options, {in: true}));
    };