public class GetResult<V> extends Object
| Modifier | Constructor and Description |
|---|---|
private |
GetResult(V value,
long cas) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
long |
getCas() |
V |
getValue() |
int |
hashCode() |
static <V> GetResult<V> |
success(V value,
long cas) |
Copyright © 2017 Spotify AB. All rights reserved.