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()
NonEmptySortContext
then
in interface NonEmptySortContext
SearchSortContainerContext
allowing to define a sort.public final SearchSort toSort()
SearchSortTerminalContext
SearchSort
instance
matching the definition given in the previous DSL steps.toSort
in interface SearchSortTerminalContext
SearchSort
resulting from the previous DSL steps.Copyright © 2006-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.