public class ListDrainToDecoder<V> extends Object implements MultiDecoder<Integer>
| Constructor and Description |
|---|
ListDrainToDecoder(Collection<Object> list) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
decode(List<Object> parts,
State state) |
Decoder<Object> |
getDecoder(int paramNum,
State state) |
public ListDrainToDecoder(Collection<Object> list)
public Integer decode(List<Object> parts, State state)
decode in interface MultiDecoder<Integer>public Decoder<Object> getDecoder(int paramNum, State state)
getDecoder in interface MultiDecoder<Integer>Copyright © 2014–2018 The Redisson Project. All rights reserved.