Greasy Fork is available in English.

Comparator

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

As of 04.10.2019. See ბოლო ვერსია.

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

ავტორი
Gerrit
ვერსია
0.3
შექმნილია
03.10.2019
განახლებულია
04.10.2019
ლიცენზია
პ/გ

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.