DistUnits

redis.api.geo.DistUnits
object DistUnits

Attributes

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

Members list

Type members

Classlikes

case object Feet extends Measurement

Attributes

Source
DistUnits.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Measurement
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Feet.type
case object Kilometer extends Measurement

Attributes

Source
DistUnits.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Measurement
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Kilometer.type
sealed trait Measurement extends Product, Serializable

Attributes

Source
DistUnits.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object Feet
object Kilometer
object Meter
object Mile
case object Meter extends Measurement

Attributes

Source
DistUnits.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Measurement
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Meter.type
case object Mile extends Measurement

Attributes

Source
DistUnits.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Measurement
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Mile.type