Comparator

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

2019/10/04時点のページです。最新版はこちら。

このスクリプトは単体で利用できません。右のようなメタデータを含むスクリプトから、ライブラリとして読み込まれます: // @require https://update.greasyfork.org/scripts/390752/738217/Comparator.js

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください。
作者
Gerrit
バージョン
0.2
作成日
2019/10/03
更新日
2019/10/04
ライセンス
不明

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.