Sorting Plan Reducer
interface SortingPlanReducer
Content copied to clipboard
This interface defines the reducing process for the sorting plan, that is the creation of a new plan based upon a user input, like clicking on symbol or button (SingleArrowSortingRenderer).
See also
Functions
reduce
Link copied to clipboard
abstract fun reduce(sortingPlan: SortingPlan, activated: ColumnIdSorting): SortingPlan
Content copied to clipboard
Inheritors
TogglingSortingPlanReducer
Link copied to clipboard