public abstract class AbstractNonEmptySortContext<B> extends Object implements NonEmptySortContext
| Constructor and Description |
|---|
AbstractNonEmptySortContext(SearchSortDslContext<?,? super B> parentDslContext) |
| Modifier and Type | Method and Description |
|---|---|
SearchSortFactoryContext |
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 AbstractNonEmptySortContext(SearchSortDslContext<?,? super B> parentDslContext)
public final SearchSortFactoryContext then()
NonEmptySortContextthen in interface NonEmptySortContextSearchSortFactoryContext allowing to define a sort.public SearchSort toSort()
SearchSortTerminalContextSearchSort instance
matching the definition given in the previous DSL steps.toSort in interface SearchSortTerminalContextSearchSort resulting from the previous DSL steps.protected abstract B toImplementation()
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.