Class AbstractSortThenStep<SR>

java.lang.Object
org.hibernate.search.engine.search.sort.dsl.spi.AbstractSortThenStep<SR>
All Implemented Interfaces:
SortFinalStep, SortThenStep<SR>
Direct Known Subclasses:
StaticSortThenStep

public abstract class AbstractSortThenStep<SR> extends Object implements SortThenStep<SR>