Object

com.avsystem.commons.redis.commands

ReplyDecoders

Related Doc: package commands

Permalink

object ReplyDecoders

Linear Supertypes
AnyRef, Any
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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def bulk[T](implicit arg0: RedisDataCodec[T]): ReplyDecoder[T]

    Permalink
  6. def bulk[T](fun: (ByteString) ⇒ T): ReplyDecoder[T]

    Permalink
  7. val bulkBinary: ReplyDecoder[ByteString]

    Permalink
  8. val bulkClientInfos: ReplyDecoder[Seq[ClientInfo]]

    Permalink
  9. val bulkCursor: ReplyDecoder[Cursor]

    Permalink
  10. val bulkDouble: ReplyDecoder[Double]

    Permalink
  11. val bulkInt: ReplyDecoder[Long]

    Permalink
  12. val bulkLong: ReplyDecoder[Long]

    Permalink
  13. def bulkNamedEnum[E <: NamedEnum](companion: NamedEnumCompanion[E]): ReplyDecoder[E]

    Permalink
  14. val bulkNodeId: ReplyDecoder[NodeId]

    Permalink
  15. val bulkNodeInfo: ReplyDecoder[NodeInfo]

    Permalink
  16. val bulkNodeInfos: ReplyDecoder[Seq[NodeInfo]]

    Permalink
  17. val bulkSha1: ReplyDecoder[Sha1]

    Permalink
  18. val bulkUTF8: ReplyDecoder[String]

    Permalink
  19. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  22. val failing: ReplyDecoder[Nothing]

    Permalink
  23. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. def geoAttributed[A](attributes: GeoradiusAttrs, unattributed: ReplyDecoder[A]): ReplyDecoder[Attributed[A]]

    Permalink
  25. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  26. def groupedMultiBulk[T](size: Int, elementDecoder: ReplyDecoder[T]): ReplyDecoder[Seq[Seq[T]]]

    Permalink
  27. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  28. val integerBoolean: ReplyDecoder[Boolean]

    Permalink
  29. val integerInt: ReplyDecoder[Int]

    Permalink
  30. val integerLong: ReplyDecoder[Long]

    Permalink
  31. val integerTtl: ReplyDecoder[commons.Opt[commons.Opt[Long]]]

    Permalink
  32. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  33. def mapMultiBulk[A, B](implicit arg0: RedisDataCodec[A], arg1: RedisDataCodec[B]): ReplyDecoder[commons.BMap[A, B]]

    Permalink
  34. def mapMultiBulk[A, B](firstDecoder: ReplyDecoder[A], secondDecoder: ReplyDecoder[B]): ReplyDecoder[commons.BMap[A, B]]

    Permalink
  35. val multiBulkCommandInfo: ReplyDecoder[CommandInfo]

    Permalink
  36. val multiBulkGeoPoint: ReplyDecoder[GeoPoint]

    Permalink
  37. val multiBulkNodeInfos: ReplyDecoder[Seq[NodeInfo]]

    Permalink
  38. def multiBulkPair[A, B](firstDecoder: ReplyDecoder[A], secondDecoder: ReplyDecoder[B]): ReplyDecoder[(A, B)]

    Permalink
  39. val multiBulkRedisRole: ReplyDecoder[RedisRole]

    Permalink
  40. val multiBulkRedisTimestamp: ReplyDecoder[RedisTimestamp]

    Permalink
  41. def multiBulkSeq[T](implicit arg0: RedisDataCodec[T]): ReplyDecoder[Seq[T]]

    Permalink
  42. def multiBulkSeq[T](elementDecoder: ReplyDecoder[T]): ReplyDecoder[Seq[T]]

    Permalink
  43. def multiBulkSet[T](implicit arg0: RedisDataCodec[T]): ReplyDecoder[commons.BSet[T]]

    Permalink
  44. def multiBulkSet[T](elementDecoder: ReplyDecoder[T]): ReplyDecoder[commons.BSet[T]]

    Permalink
  45. val multiBulkSlotRangeMapping: ReplyDecoder[SlotRangeMapping]

    Permalink
  46. val multiBulkSlowlogEntry: ReplyDecoder[SlowlogEntry]

    Permalink
  47. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  48. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  49. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  50. def nullBulkOr[T](implicit arg0: RedisDataCodec[T]): ReplyDecoder[commons.Opt[T]]

    Permalink
  51. def nullBulkOr[T](decoder: ReplyDecoder[T]): ReplyDecoder[commons.Opt[T]]

    Permalink
  52. val nullBulkOrSimpleOkBoolean: ReplyDecoder[Boolean]

    Permalink
  53. def nullMultiBulkOr[T](implicit arg0: RedisDataCodec[T]): ReplyDecoder[commons.Opt[T]]

    Permalink
  54. def nullMultiBulkOr[T](decoder: ReplyDecoder[T]): ReplyDecoder[commons.Opt[T]]

    Permalink
  55. def nullOrEmptyBulkOr[T](implicit arg0: RedisDataCodec[T]): ReplyDecoder[commons.Opt[T]]

    Permalink
  56. def nullOrEmptyBulkOr[T](fun: (ByteString) ⇒ T): ReplyDecoder[commons.Opt[T]]

    Permalink
  57. def nullOrEmptyBulkOr[T](decoder: ReplyDecoder[T]): ReplyDecoder[commons.Opt[T]]

    Permalink
  58. def pairedMultiBulk[A, B](implicit arg0: RedisDataCodec[A], arg1: RedisDataCodec[B]): ReplyDecoder[Seq[(A, B)]]

    Permalink
  59. def pairedMultiBulk[A, B](firstDecoder: ReplyDecoder[A], secondDecoder: ReplyDecoder[B]): ReplyDecoder[Seq[(A, B)]]

    Permalink
  60. def pairedMultiBulk[T](pairDecoder: ReplyPairDecoder[T]): ReplyDecoder[Seq[T]]

    Permalink
  61. val positiveIntegerLongOpt: ReplyDecoder[commons.Opt[Long]]

    Permalink
  62. def reversePairedMultiBulk[A, B](firstDecoder: ReplyDecoder[A], secondDecoder: ReplyDecoder[B]): ReplyDecoder[Seq[(B, A)]]

    Permalink
  63. def simple[T](implicit arg0: RedisDataCodec[T]): ReplyDecoder[T]

    Permalink
  64. def simple[T](fun: (ByteString) ⇒ T): ReplyDecoder[T]

    Permalink
  65. val simpleBinary: ReplyDecoder[ByteString]

    Permalink
  66. val simpleOkUnit: ReplyDecoder[Unit]

    Permalink
  67. val simpleUTF8: ReplyDecoder[String]

    Permalink
  68. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  69. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  70. val undecoded: ReplyDecoder[ValidRedisMsg]

    Permalink
  71. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  72. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  73. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped