| Package | Description |
|---|---|
| io.lettuce.core.search.aggregateutils |
| Modifier and Type | Method and Description |
|---|---|
static <K> SortProperty<K> |
SortProperty.of(K property,
SortDirection direction)
Static factory method to create a SortProperty instance.
|
| Modifier and Type | Method and Description |
|---|---|
static <K> SortBy<K> |
SortBy.of(SortProperty<K>... properties)
Static factory method to create a SortBy instance with multiple properties.
|
| Constructor and Description |
|---|
SortBy(List<SortProperty<K>> properties)
Creates a new SORTBY operation.
|
Copyright © 2026 lettuce.io. All rights reserved.