Comparator

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

ეს სკრიპტი არ უნდა იყოს პირდაპირ დაინსტალირებული. ეს ბიბლიოთეკაა, სხვა სკრიპტებისთვის უნდა ჩართეთ მეტა-დირექტივაში // @require https://update.greasyfork.org/scripts/390752/745016/Comparator.js.

ავტორი
Gerrit
ვერსია
0.4
შექმნილია
03.10.2019
განახლებულია
29.10.2019
Size
5,72 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.