public class SetReplayDecoder<T> extends Object implements MultiDecoder<Set<T>>
| Constructor and Description |
|---|
SetReplayDecoder(Decoder<Object> decoder) |
| Modifier and Type | Method and Description |
|---|---|
Set<T> |
decode(List<Object> parts,
State state) |
Decoder<Object> |
getDecoder(int paramNum,
State state) |
Copyright © 2014–2019 The Redisson Project. All rights reserved.