The key type of entries. 条目的键类型
The value type of entries. 条目的值类型
Creates a new ObjectIterator instance
创建一个新的 ObjectIterator 实例
The key type of entries. 条目的键类型
The value type of entries. 条目的值类型
Filters entries based on a predicate function
根据断言函数过滤条目
A new ObjectIterator instance with the filter operation. 带有过滤操作的新 ObjectIterator 实例
Transforms entries using a transform function
使用转换函数转换条目
The new key type after transformation. 转换后的新键类型
The new value type after transformation. 转换后的新值类型
A new ObjectIterator instance with the map operation. 带有映射操作的新 ObjectIterator 实例
A lazy-evaluated iterator for objects with chainable operations
支持链式操作的惰性计算对象迭代器,使用 Generator 实现单次遍历
Example