S - The "self" type (the actual exposed type of this step).public interface CompositeSortComponentsStep<S extends CompositeSortComponentsStep<?>> extends SortFinalStep, SortThenStep
This is only used in "explicit" composite sorts,
for example when calling SearchSortFactory.composite(),
but not in "implicit" composite sorts such as when calling SortThenStep.then().
| Modifier and Type | Method and Description |
|---|---|
S |
add(SearchSort searchSort)
Add an element to the composite sort based on a previously-built
SearchSort. |
default S |
add(SortFinalStep dslFinalStep)
Add an element to the composite sort based on an almost-built
SearchSort. |
thentoSortS add(SearchSort searchSort)
SearchSort.searchSort - The sort to add.this, for method chaining.default S add(SortFinalStep dslFinalStep)
SearchSort.dslFinalStep - A final step in the sort DSL allowing the retrieval of a SearchSort.this, for method chaining.Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.