TogglingSortingPlanReducer

class TogglingSortingPlanReducer : SortingPlanReducer

This SortingPlanReducer implementation defines the logic to generate a plan with at most one column for sorting. This perfectly matches with the OneColumnSorter implementation for doing the sorting.

See also

Constructors

TogglingSortingPlanReducer
Link copied to clipboard
js
fun TogglingSortingPlanReducer()

Functions

reduce
Link copied to clipboard
js
open override fun reduce(sortingPlan: SortingPlan, activated: ColumnIdSorting): SortingPlan