PartiallyDecoded
case class PartiallyDecoded[A](rest: ByteString, f: ByteString => DecodeResult[A]) extends DecodeResult[A]
- Source:
- RedisProtocolReply.scala
trait Serializable
trait Product
trait Equals
trait DecodeResult[A]
class Object
trait Matchable
class Any