🏠

Greasy Fork is available in English.

Comparator

Configurable Comparator similar to java.util.Comparator in Java 8

此脚本不应直接安装,它是一个供其他脚本使用的外部库。如果您需要使用该库,请在脚本元属性加入:// @require https://update.greasyfork.org/scripts/390752/745016/Comparator.js


提问、发表评价,或者 举报这个脚本
作者
Gerrit
版本
0.4
创建于
2019-10-03
更新于
2019-10-29
大小
5.7 KB
许可证
暂无

Sets up a "compare(a, b)" - function:
- With accessor-functions (e.g. to sort by properies)
- In ascending or descending order
- null and undefined first or last

Possible chaining of Comparators or Accessor-functions.