S - The "self" type (the actual exposed type of this step)public interface SortOrderStep<S>
| Modifier and Type | Method and Description |
|---|---|
default S |
asc()
Sort in ascending order.
|
default S |
desc()
Sort in descending order.
|
S |
order(SortOrder order)
Sort in the given order.
|
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.