Integer

redis.protocol.Integer
See theInteger companion object
case class Integer(i: ByteString) extends RedisReply

Attributes

Companion
object
Source
RedisProtocolReply.scala
Graph
Supertypes
trait RedisReply
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def asOptByteString: Option[ByteString]

Attributes

Source
RedisProtocolReply.scala

Attributes

Source
RedisProtocolReply.scala
def toByteString: ByteString

Attributes

Source
RedisProtocolReply.scala
def toInt: Int

Attributes

Source
RedisProtocolReply.scala
def toLong: Long

Attributes

Source
RedisProtocolReply.scala
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
Source
RedisProtocolReply.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product