PartiallyDecoded

redis.protocol.PartiallyDecoded
case class PartiallyDecoded[A](rest: ByteString, f: ByteString => DecodeResult[A]) extends DecodeResult[A]

Attributes

Source:
RedisProtocolReply.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait DecodeResult[A]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def isFullyDecoded: Boolean

Attributes

Definition Classes
Source:
RedisProtocolReply.scala

Inherited methods

def flatMap[B](f: (A, ByteString) => DecodeResult[B]): DecodeResult[B]

Attributes

Inherited from:
DecodeResult
Source:
RedisProtocolReply.scala
def foreach[B](f: A => Unit): DecodeResult[Unit]

Attributes

Inherited from:
DecodeResult
Source:
RedisProtocolReply.scala
def map[B](f: A => B): DecodeResult[B]

Attributes

Inherited from:
DecodeResult
Source:
RedisProtocolReply.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def run(next: ByteString): DecodeResult[A]

Attributes

Inherited from:
DecodeResult
Source:
RedisProtocolReply.scala