public class MigrateArgs<K> extends Object
MigrateArgs.Builder and chain the method calls: ex(10).nx().| Modifier and Type | Class and Description |
|---|---|
static class |
MigrateArgs.Builder |
| Constructor and Description |
|---|
MigrateArgs() |
| Modifier and Type | Method and Description |
|---|---|
<K,V> void |
build(CommandArgs<K,V> args) |
MigrateArgs<K> |
copy() |
MigrateArgs<K> |
key(K key) |
MigrateArgs<K> |
keys(Iterable<K> keys) |
MigrateArgs<K> |
keys(K... keys) |
MigrateArgs<K> |
replace() |
public MigrateArgs<K> copy()
public MigrateArgs<K> replace()
public MigrateArgs<K> key(K key)
public MigrateArgs<K> keys(K... keys)
public MigrateArgs<K> keys(Iterable<K> keys)
public <K,V> void build(CommandArgs<K,V> args)
Copyright © 2016. All rights reserved.