public interface CompositeSortContext extends NonEmptySortContext
NonEmptySortContext.then()).| Modifier and Type | Method and Description |
|---|---|
CompositeSortContext |
add(SearchSort searchSort)
Add an element to the composite sort based on a previously-built
SearchSort. |
default CompositeSortContext |
add(SearchSortTerminalContext terminalContext)
Add an element to the composite sort based on an almost-built
SearchSort. |
thentoSortCompositeSortContext add(SearchSort searchSort)
SearchSort.searchSort - The predicate that must match.this, for method chaining.default CompositeSortContext add(SearchSortTerminalContext terminalContext)
SearchSort.terminalContext - The terminal context allowing to retrieve 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.