Module lettuce.core

Class GeoCoordinatesValueListOutput<K,​V>

java.lang.Object
io.lettuce.core.output.CommandOutput<K,​V,​List<Value<GeoCoordinates>>>
io.lettuce.core.output.GeoCoordinatesValueListOutput<K,​V>
All Implemented Interfaces:
StreamingOutput<Value<GeoCoordinates>>

public class GeoCoordinatesValueListOutput<K,​V>
extends CommandOutput<K,​V,​List<Value<GeoCoordinates>>>
implements StreamingOutput<Value<GeoCoordinates>>
A list output that creates a list with GeoCoordinates Values.
Author:
Mark Paluch