public abstract class AbstractSortThenStep<B> extends Object implements SortThenStep
| Constructor and Description |
|---|
AbstractSortThenStep(SearchSortDslContext<?,? super B,?> parentDslContext) |
| Modifier and Type | Method and Description |
|---|---|
protected SearchSortDslContext<?,? super B,?> |
getDslContext() |
SearchSortFactory |
then()
Start defining another sort, to be applied after the current one.
|
protected abstract B |
toImplementation() |
SearchSort |
toSort()
Create a
SearchSort instance
matching the definition given in the previous DSL steps. |
public AbstractSortThenStep(SearchSortDslContext<?,? super B,?> parentDslContext)
public final SearchSortFactory then()
SortThenStepthen in interface SortThenSteppublic SearchSort toSort()
SortFinalStepSearchSort instance
matching the definition given in the previous DSL steps.toSort in interface SortFinalStepSearchSort resulting from the previous DSL steps.protected SearchSortDslContext<?,? super B,?> getDslContext()
protected abstract B toImplementation()
Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.