Skip to content

orderByDescending

Litichevskiy Dmitriy edited this page Jan 26, 2019 · 1 revision

manipula.orderByDescending(keySelector, [compareFunction])

Method sorts the elements of an iterable in descending order.

Kind: instance method of Manipula

Param Type Description
keySelector selector A function to extract a key from an element.
[compareFunction] orderingCompareFunction A function to compare keys.
Clone this wiki locally