SortOrder

expect class SortOrder : Ordering(source)

SortOrder represents a single ORDER BY entity. You can specify either ascending or descending order. The default order is ascending.

actual class SortOrder : Ordering(source)
actual class SortOrder : Ordering(source)

Functions

Link copied to clipboard
expect fun ascending(): Ordering

Set the order as ascending order.

actual fun ascending(): Ordering
actual fun ascending(): Ordering
Link copied to clipboard
expect fun descending(): Ordering

Set the order as descending order.

actual fun descending(): Ordering
actual fun descending(): Ordering
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String