| Package | Description |
|---|---|
| io.lettuce.core.search.aggregateutils |
| Modifier and Type | Method and Description |
|---|---|
SortDirection |
SortProperty.getDirection()
Get the sort direction.
|
static SortDirection |
SortDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortDirection[] |
SortDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Reducers.FirstValue<K> |
Reducers.FirstValue.by(K byField,
SortDirection direction) |
static <K> SortBy<K> |
SortBy.of(K property,
SortDirection direction)
Static factory method to create a SortBy instance with a single property.
|
static <K> SortProperty<K> |
SortProperty.of(K property,
SortDirection direction)
Static factory method to create a SortProperty instance.
|
| Constructor and Description |
|---|
SortProperty(K property,
SortDirection direction)
Creates a new sort property.
|
Copyright © 2026 lettuce.io. All rights reserved.