getNextSortingOrder

lateinit var getNextSortingOrder: (multi: Boolean?) -> Any?

Returns the next sort direction in the sort cycle: either a SortDirection or false. Typed as Any? for the same reason as getIsSorted.