RowSorter

interface RowSorter<T>

This interface defines the actual sorting action.

See also

Functions

Link copied to clipboard
abstract fun sortedBy(rows: List<T>, columnSortingPlan: ColumnSortingPlan<T>): List<T>

Inheritors

Link copied to clipboard