Companion

expect object Companion(source)
actual object Companion(source)
actual object Companion(source)

Functions

Link copied to clipboard
expect fun expression(expression: Expression): Ordering.SortOrder

Create a SortOrder, inherited from the OrderBy class, object by the given expression.

actual fun expression(expression: Expression): Ordering.SortOrder
actual fun expression(expression: Expression): Ordering.SortOrder
Link copied to clipboard
expect fun property(property: String): Ordering.SortOrder

Create a SortOrder, inherited from the OrderBy class, object by the given property name.

actual fun property(property: String): Ordering.SortOrder
actual fun property(property: String): Ordering.SortOrder