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

equals
Link copied to clipboard
js
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
js
open fun hashCode(): Int
reduce
Link copied to clipboard
js
open override fun reduce(sortingPlan: SortingPlan, activated: ColumnIdSorting): SortingPlan
toString
Link copied to clipboard
js
open fun toString(): String