Package-level declarations

Types

Link copied to clipboard
sealed class SortAttribute<T>

Inner representation of sorting feature specification.

Link copied to clipboard
data class SortSpecification<T>(val sortAttribute: SortAttribute<T>, val sortDirection: SortDirection)