| Modifier and Type | Class and Description |
|---|---|
static class |
SortByArgs.Builder<K>
Builder for
SortByArgs. |
| Constructor and Description |
|---|
SortByArgs() |
| Modifier and Type | Method and Description |
|---|---|
void |
build(CommandArgs<K,?> args)
Build a
CommandArgs object that contains all the arguments. |
static <K> SortByArgs.Builder<K> |
builder()
Used to build a new instance of the
SortByArgs. |
public static <K> SortByArgs.Builder<K> builder()
SortByArgs.K - the key typeSortByArgs.Builder that provides the option to build up a new instance of the SearchArgspublic void build(CommandArgs<K,?> args)
CommandArgs object that contains all the arguments.args - the CommandArgs objectCopyright © 2025 lettuce.io. All rights reserved.