Module lettuce.core

Class GeoWithinListOutput<K,​V>

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

public class GeoWithinListOutput<K,​V>
extends CommandOutput<K,​V,​List<GeoWithin<V>>>
implements StreamingOutput<GeoWithin<V>>
A list output that creates a list with either double/long or GeoCoordinates's.
Author:
Mark Paluch