PartiallyDecoded
redis.protocol.PartiallyDecoded
case class PartiallyDecoded[A](rest: ByteString, f: ByteString => DecodeResult[A]) extends DecodeResult[A]
Attributes
- Source
- DecodeResult.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait DecodeResult[A]class Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Definition Classes
- Source
- DecodeResult.scala
Inherited methods
Attributes
- Inherited from:
- DecodeResult
- Source
- DecodeResult.scala
Attributes
- Inherited from:
- DecodeResult
- Source
- DecodeResult.scala
Attributes
- Inherited from:
- DecodeResult
- Source
- DecodeResult.scala
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- DecodeResult
- Source
- DecodeResult.scala
In this article