SortingPlanReducer

interface SortingPlanReducer

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

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
abstract fun reduce(sortingPlan: SortingPlan, activated: ColumnIdSorting): SortingPlan
toString
Link copied to clipboard
js
open fun toString(): String

Inheritors

TogglingSortingPlanReducer
Link copied to clipboard