RedisDouble

dev.naoh.lettucef.api.models.RedisData$.RedisDouble
case class RedisDouble(value: Double) extends RedisData[Nothing]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait RedisData[Nothing]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def asList: List[RedisData[V]]

Attributes

Inherited from:
RedisData
def decodeAs[A](f: PartialFunction[RedisData[Nothing], Option[A]]): Option[A]

Attributes

Inherited from:
RedisData
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product