SortSpecification

constructor(sortAttribute: SortAttribute<T>, sortDirection: SortDirection)

Parameters

T

The type of elements to be sorted.

sortAttribute

The attribute to be used for sorting.

sortDirection

The direction of sorting.