Packages

object ReplyDecoders

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReplyDecoders
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def bulk[T](implicit arg0: RedisDataCodec[T]): ReplyDecoder[T]
  6. def bulk[T](fun: (ByteString) ⇒ T): ReplyDecoder[T]
  7. val bulkBinary: ReplyDecoder[ByteString]
  8. val bulkClientInfos: ReplyDecoder[Seq[ClientInfo]]
  9. val bulkCursor: ReplyDecoder[Cursor]
  10. val bulkDouble: ReplyDecoder[Double]
  11. val bulkInt: ReplyDecoder[Long]
  12. val bulkLong: ReplyDecoder[Long]
  13. def bulkNamedEnum[E <: NamedEnum](companion: NamedEnumCompanion[E]): ReplyDecoder[E]
  14. val bulkNodeId: ReplyDecoder[NodeId]
  15. val bulkNodeInfo: ReplyDecoder[NodeInfo]
  16. val bulkNodeInfos: ReplyDecoder[Seq[NodeInfo]]
  17. val bulkSha1: ReplyDecoder[Sha1]
  18. val bulkUTF8: ReplyDecoder[String]
  19. val bulkXConsumer: ReplyDecoder[XConsumer]
  20. val bulkXEntryId: ReplyDecoder[XEntryId]
  21. val bulkXGroup: ReplyDecoder[XGroup]
  22. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  23. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  25. val failing: ReplyDecoder[Nothing]
  26. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  27. def flatMultiBulkMap[A, B](implicit arg0: RedisDataCodec[A], arg1: RedisDataCodec[B]): ReplyDecoder[commons.BMap[A, B]]
  28. def flatMultiBulkMap[A, B](keyDecoder: ReplyDecoder[A], valueDecoder: ReplyDecoder[B]): ReplyDecoder[commons.BMap[A, B]]
  29. def flatMultiBulkRecord[R](implicit arg0: RedisRecordCodec[R]): ReplyDecoder[R]
  30. def flatMultiBulkRecordOpt[R](implicit arg0: RedisRecordCodec[R]): ReplyDecoder[commons.Opt[R]]
  31. def flatMultiBulkSeq[A, B](implicit arg0: RedisDataCodec[A], arg1: RedisDataCodec[B]): ReplyDecoder[Seq[(A, B)]]
  32. def flatMultiBulkSeq[A, B](firstDecoder: ReplyDecoder[A], secondDecoder: ReplyDecoder[B]): ReplyDecoder[Seq[(A, B)]]
  33. def flatMultiBulkSeqSwapped[A, B](firstDecoder: ReplyDecoder[A], secondDecoder: ReplyDecoder[B]): ReplyDecoder[Seq[(B, A)]]
  34. def flatPairMultiBulkSeq[T](pairDecoder: ReplyPairDecoder[T]): ReplyDecoder[Seq[T]]
  35. def geoAttributed[A](attributes: GeoradiusAttrs, unattributed: ReplyDecoder[A]): ReplyDecoder[Attributed[A]]
  36. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  37. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  38. val integerBoolean: ReplyDecoder[Boolean]
  39. val integerClientId: ReplyDecoder[ClientId]
  40. val integerInt: ReplyDecoder[Int]
  41. val integerLong: ReplyDecoder[Long]
  42. val integerTtl: ReplyDecoder[commons.Opt[commons.Opt[Long]]]
  43. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  44. val multiBulkCommandInfo: ReplyDecoder[CommandInfo]
  45. val multiBulkGeoPoint: ReplyDecoder[GeoPoint]
  46. def multiBulkGroupedSeq[T](size: Int, elementDecoder: ReplyDecoder[T]): ReplyDecoder[Seq[Seq[T]]]
  47. def multiBulkMap[A, B](implicit arg0: RedisDataCodec[A], arg1: RedisDataCodec[B]): ReplyDecoder[commons.BMap[A, B]]
  48. def multiBulkMap[A, B](keyDecoder: ReplyDecoder[A], valueDecoder: ReplyDecoder[B]): ReplyDecoder[commons.BMap[A, B]]
  49. val multiBulkNodeInfos: ReplyDecoder[Seq[NodeInfo]]
  50. def multiBulkPair[A, B](firstDecoder: ReplyDecoder[A], secondDecoder: ReplyDecoder[B]): ReplyDecoder[(A, B)]
  51. val multiBulkRedisRole: ReplyDecoder[RedisRole]
  52. val multiBulkRedisTimestamp: ReplyDecoder[RedisTimestamp]
  53. def multiBulkSeq[T](implicit arg0: RedisDataCodec[T]): ReplyDecoder[Seq[T]]
  54. def multiBulkSeq[T](elementDecoder: ReplyDecoder[T]): ReplyDecoder[Seq[T]]
  55. def multiBulkSet[T](implicit arg0: RedisDataCodec[T]): ReplyDecoder[commons.BSet[T]]
  56. def multiBulkSet[T](elementDecoder: ReplyDecoder[T]): ReplyDecoder[commons.BSet[T]]
  57. val multiBulkSlotRangeMapping: ReplyDecoder[SlotRangeMapping]
  58. val multiBulkSlowlogEntry: ReplyDecoder[SlowlogEntry]
  59. val multiBulkXConsumerInfo: ReplyDecoder[XConsumerInfo]
  60. def multiBulkXEntriesMap[K, R](implicit arg0: RedisDataCodec[K], arg1: RedisRecordCodec[R]): ReplyDecoder[commons.BMap[K, Seq[XEntry[R]]]]
  61. def multiBulkXEntry[R](implicit arg0: RedisRecordCodec[R]): ReplyDecoder[XEntry[R]]
  62. val multiBulkXGroupInfo: ReplyDecoder[XGroupInfo]
  63. val multiBulkXPendingEntry: ReplyDecoder[XPendingEntry]
  64. val multiBulkXPendingOverview: ReplyDecoder[XPendingOverview]
  65. def multiBulkXStreamInfo[Record](implicit arg0: RedisRecordCodec[Record]): ReplyDecoder[XStreamInfo[Record]]
  66. def multiBulkZTriple[K, V](implicit arg0: RedisDataCodec[K], arg1: RedisDataCodec[V]): ReplyDecoder[commons.Opt[(K, V, Double)]]
  67. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  68. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  69. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  70. def nullBulkOr[T](implicit arg0: RedisDataCodec[T]): ReplyDecoder[commons.Opt[T]]
  71. def nullBulkOr[T](decoder: ReplyDecoder[T]): ReplyDecoder[commons.Opt[T]]
  72. val nullBulkOrSimpleOkBoolean: ReplyDecoder[Boolean]
  73. def nullMultiBulkOr[T](implicit arg0: RedisDataCodec[T]): ReplyDecoder[commons.Opt[T]]
  74. def nullMultiBulkOr[T](decoder: ReplyDecoder[T]): ReplyDecoder[commons.Opt[T]]
  75. def nullOrEmptyBulkOr[T](implicit arg0: RedisDataCodec[T]): ReplyDecoder[commons.Opt[T]]
  76. def nullOrEmptyBulkOr[T](fun: (ByteString) ⇒ T): ReplyDecoder[commons.Opt[T]]
  77. def nullOrEmptyBulkOr[T](decoder: ReplyDecoder[T]): ReplyDecoder[commons.Opt[T]]
  78. val positiveIntegerLongOpt: ReplyDecoder[commons.Opt[Long]]
  79. def simple[T](implicit arg0: RedisDataCodec[T]): ReplyDecoder[T]
  80. def simple[T](fun: (ByteString) ⇒ T): ReplyDecoder[T]
  81. val simpleBinary: ReplyDecoder[ByteString]
  82. val simpleOkUnit: ReplyDecoder[Unit]
  83. val simpleUTF8: ReplyDecoder[String]
  84. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  85. def toString(): String
    Definition Classes
    AnyRef → Any
  86. val undecoded: ReplyDecoder[ValidRedisMsg]
  87. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  88. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  89. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped