public static class RedisOperationChain.PathAndValue extends Object
| Constructor and Description |
|---|
PathAndValue(String path,
Collection<Object> values) |
PathAndValue(String path,
Object singleValue) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getFirstValue() |
String |
getPath() |
boolean |
isSingleValue() |
String |
toString() |
Collection<Object> |
values() |
public PathAndValue(String path, @Nullable Collection<Object> values)
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.