GeoOptions

redis.api.geo.GeoOptions
object GeoOptions

Created by avilevi on 08/12/2016.

Attributes

Source
GeoOptions.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
GeoOptions.type

Members list

Type members

Classlikes

case object WithCoord extends WithOption

Attributes

Source
GeoOptions.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait WithOption
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
WithCoord.type
case object WithDist extends WithOption

Attributes

Source
GeoOptions.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait WithOption
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
WithDist.type
case object WithHash extends WithOption

Attributes

Source
GeoOptions.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait WithOption
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
WithHash.type
sealed trait WithOption extends Product, Serializable

Attributes

Source
GeoOptions.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object WithCoord
object WithDist
object WithHash