QuerySort
Sorts array elements.
Method Signature
Arguments
Argument | Type | Required | Description | Default |
---|---|---|---|---|
|
|
| Query to sort | |
|
|
| Sort function to use. You can alternatively pass a Java Comparator. |
Examples
Related
Last updated