Creates a subsequent AsyncOrderedIterable whose elements are also ordered by the provided key.
A callback used to select the key for an element.
A callback used to select the key for an element.
An optional callback used to compare two keys.
A value indicating whether to sort in descending (true) or ascending (false) order.
Generated using TypeDoc
Represents an [[AsyncIterable]] that is inherently ordered.