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 bulkNodeInfos: ReplyDecoder[Seq[NodeInfo]]

    Permalink
  16. val bulkSha1: ReplyDecoder[Sha1]

    Permalink
  17. val bulkUTF8: ReplyDecoder[String]

    Permalink
  18. def clone(): AnyRef

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

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

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

    Permalink
  22. def finalize(): Unit

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

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

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

    Permalink
  26. def hashCode(): Int

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

    Permalink
  28. val integerInt: ReplyDecoder[Int]

    Permalink
  29. val integerLong: ReplyDecoder[Long]

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

    Permalink
  31. final def isInstanceOf[T0]: Boolean

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

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

    Permalink
  34. val multiBulkCommandInfo: ReplyDecoder[CommandInfo]

    Permalink
  35. val multiBulkGeoPoint: ReplyDecoder[GeoPoint]

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

    Permalink
  37. val multiBulkRedisRole: ReplyDecoder[RedisRole]

    Permalink
  38. val multiBulkRedisTimestamp: ReplyDecoder[RedisTimestamp]

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

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

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

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

    Permalink
  43. def multiBulkSlotRangeMapping[N](nodeFormat: SlotsNodeFormat[N]): ReplyDecoder[SlotRangeMapping[N]]

    Permalink
  44. val multiBulkSlowlogEntry: ReplyDecoder[SlowlogEntry]

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

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

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

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

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

    Permalink
  50. val nullBulkOrSimpleOkBoolean: ReplyDecoder[Boolean]

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  63. val simpleBinary: ReplyDecoder[ByteString]

    Permalink
  64. val simpleOkUnit: ReplyDecoder[Unit]

    Permalink
  65. val simpleUTF8: ReplyDecoder[String]

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

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

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

    Permalink
  69. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped