Greasy Fork

Greasy Fork is available in English.

Comparator

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

此脚本不应直接安装。它是供其他脚本使用的外部库,要使用该库请加入元指令 // @require https://update.greasyfork.icu/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.