public class NonEmptySortContextImpl extends Object implements NonEmptySortContext
| Modifier and Type | Field and Description |
|---|---|
protected SearchSortDslContext<?> |
dslContext |
| Constructor and Description |
|---|
NonEmptySortContextImpl(SearchSortContainerContext containerContext,
SearchSortDslContext<?> dslContext) |
| Modifier and Type | Method and Description |
|---|---|
SearchSortContainerContext |
then()
Start defining another sort, to be applied after the current one.
|
SearchSort |
toSort()
Create a
SearchSort instance
matching the definition given in the previous DSL steps. |
protected final SearchSortDslContext<?> dslContext
public NonEmptySortContextImpl(SearchSortContainerContext containerContext, SearchSortDslContext<?> dslContext)
public final SearchSortContainerContext then()
NonEmptySortContextthen in interface NonEmptySortContextSearchSortContainerContext allowing to define a sort.public final SearchSort toSort()
SearchSortTerminalContextSearchSort instance
matching the definition given in the previous DSL steps.toSort in interface SearchSortTerminalContextSearchSort resulting from the previous DSL steps.Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.