interface SortDefinition {
    build(engine: SearchEngine): Sort;
}

Hierarchy (View Summary)

Methods

Methods