public class ObjectFirstScoreReplayDecoder extends Object implements MultiDecoder<Double>
| Constructor and Description |
|---|
ObjectFirstScoreReplayDecoder() |
| Modifier and Type | Method and Description |
|---|---|
Object |
decode(io.netty.buffer.ByteBuf buf,
State state) |
Double |
decode(List<Object> parts,
State state) |
boolean |
isApplicable(int paramNum,
State state) |
public Double decode(List<Object> parts, State state)
decode in interface MultiDecoder<Double>public boolean isApplicable(int paramNum,
State state)
isApplicable in interface MultiDecoder<Double>Copyright © 2014–2017 The Redisson Project. All rights reserved.