Package-level declarations
Types
Link copied to clipboard
Inner representation of sorting feature specification.
Link copied to clipboard
data class SortSpecification<T>(val sortAttribute: SortAttribute<T>, val sortDirection: SortDirection)