package
1.0.3
Repository: https://github.com/mylxsw/go-utils.git
Documentation: pkg.go.dev

# Functions

Each 对每一个元素做 consumer 操作.
Filter 对每一个元素做 filter 操作.
Keys 将 map 的 key 转换为数组.
Map 依次对每一个元素做 mapper 操作.
OrderedEach 对每一个元素做 consumer 操作,对 Map 的 Key 进行排序后再遍历.
OrderedEachBy 对每一个元素做 consumer 操作,对 Map 的 Key 进行排序后再遍历,通过 orderBy 指定排序规则.
OrderedEachByValue 对每一个元素做 consumer 操作,对 Map 的 Key 进行排序后再遍历,通过 orderBy 指定排序规则.
OrderedKeys 将 map 的 key 转换为数组,并按照 key 的顺序进行排序.
OrderedKeysBy 将 map 的 key 转换为数组,并按照 key 使用 orderBy 函数排序.
OrderedKeys 将 map 的 key 转换为数组,并按照 key 的顺序进行排序(倒序).
OrderedReduce 对 map 执行 reduce 操作.
OrderedReduceBy 对 map 执行 reduce 操作.
OrderedReduceReverse 对 map 执行 reduce 操作.
OrderedReduceWithKey 对 map 执行 reduce 操作.
OrderedReduceWithKeyReverse 对 map 执行 reduce 操作.
Reduce 对 map 执行 reduce 操作.
ReduceWithKey 对 map 执行 reduce 操作.
FromMap 从 map 中提取数组.

# Interfaces

No description provided by the author