case class ArrayResponse(length: Int, buffer: ByteBuffer) extends Response with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ArrayResponse
- Serializable
- Product
- Equals
- Response
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val buffer: ByteBuffer
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def headOpt[R](decoder: Decoder[R]): Option[R]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val length: Int
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def parsed[CC[X] <: Iterable[X]](decoders: Iterable[Decoder[Any]])(implicit factory: Factory[Try[Any], CC[Try[Any]]]): CC[Try[Any]]
- def parsed[R, CC[X] <: Iterable[X]](decoder: Decoder[R])(implicit factory: Factory[R, CC[R]]): CC[R]
- def parsedAsClusterSlotsResponse[CC[X] <: Iterable[X]](implicit factory: Factory[ClusterSlotRange, CC[ClusterSlotRange]]): CC[ClusterSlotRange]
- def parsedAsPairs[R1, R2, CC[X] <: Iterable[X]](firstDecoder: Decoder[R1])(secondDecoder: Decoder[R2])(implicit factory: Factory[(R1, R2), CC[(R1, R2)]]): CC[(R1, R2)]
- def parsedAsPairsMap[R1, R2, CC[X, Y] <: Map[X, Y]](firstDecoder: Decoder[R1])(secondDecoder: Decoder[R2])(implicit factory: Factory[(R1, R2), CC[R1, R2]]): CC[R1, R2]
- def parsedAsScanResponse[R, CC[X] <: Iterable[X]](decoder: Decoder[CC[R]]): (Long, CC[R])
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- ArrayResponse → AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()