sealed trait RESPCodecs extends BitVectorSyntax

Source
RESP.scala
Linear Supertypes
BitVectorSyntax, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RESPCodecs
  2. BitVectorSyntax
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from RESPCodecs toany2stringadd[RESPCodecs] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (RESPCodecs, B)
    Implicit
    This member is added by an implicit conversion from RESPCodecs toArrowAssoc[RESPCodecs] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final val BitsInByte: Long(8L)
    Attributes
    protected
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. implicit def bitVectorSyntax(bv: BitVector): BitVectorSyntaxOps
    Definition Classes
    BitVectorSyntax
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. final val colon: BitVector
    Attributes
    protected
  11. final val crlf: BitVector
    Attributes
    protected
  12. final val crlfBytes: ByteVector
    Attributes
    protected
  13. final val crlfTerminatedReprOfLongDecoder: Decoder[Repr[Long]]
    Attributes
    protected
  14. final val dollar: BitVector
    Attributes
    protected
  15. def ensuring(cond: (RESPCodecs) => Boolean, msg: => Any): RESPCodecs
    Implicit
    This member is added by an implicit conversion from RESPCodecs toEnsuring[RESPCodecs] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: (RESPCodecs) => Boolean): RESPCodecs
    Implicit
    This member is added by an implicit conversion from RESPCodecs toEnsuring[RESPCodecs] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean, msg: => Any): RESPCodecs
    Implicit
    This member is added by an implicit conversion from RESPCodecs toEnsuring[RESPCodecs] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean): RESPCodecs
    Implicit
    This member is added by an implicit conversion from RESPCodecs toEnsuring[RESPCodecs] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  21. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  22. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from RESPCodecs toStringFormat[RESPCodecs] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. final val minus: BitVector
    Attributes
    protected
  27. final val minusOne: BitVector
    Attributes
    protected
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final val plus: BitVector
    Attributes
    protected
  32. implicit final val respCodec: Codec[RESP]
  33. final val star: BitVector
    Attributes
    protected
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. final val utf8Codec: LenientStringCodec
    Attributes
    protected
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  40. final val zero: BitVector
    Attributes
    protected

Deprecated Value Members

  1. def [B](y: B): (RESPCodecs, B)
    Implicit
    This member is added by an implicit conversion from RESPCodecs toArrowAssoc[RESPCodecs] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from BitVectorSyntax

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromRESPCodecs to any2stringadd[RESPCodecs]

Inherited by implicit conversion StringFormat fromRESPCodecs to StringFormat[RESPCodecs]

Inherited by implicit conversion Ensuring fromRESPCodecs to Ensuring[RESPCodecs]

Inherited by implicit conversion ArrowAssoc fromRESPCodecs to ArrowAssoc[RESPCodecs]

Ungrouped