Trait/Object

laserdisc.protocol

StringProtocol

Related Docs: object StringProtocol | package protocol

Permalink

trait StringProtocol extends AnyRef

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

Type Members

  1. sealed abstract class PartiallyAppliedGetSet[A] extends AnyRef

    Permalink
  2. sealed abstract class PartiallyAppliedMGet[A] extends AnyRef

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from StringProtocol to any2stringadd[StringProtocol] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (StringProtocol, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from StringProtocol to ArrowAssoc[StringProtocol] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def append[A](key: NonEmptyString, value: A)(implicit arg0: Show[A]): Aux[NonNegInt]

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. final def bitcount(key: NonEmptyString, start: Index, end: Index): Aux[NonNegInt]

    Permalink
  9. final def bitcount(key: NonEmptyString): Aux[NonNegInt]

    Permalink
  10. final def bitop0[L <: HList](bitwise: Bitwise, keys: L, destinationKey: NonEmptyString)(implicit ev0: AtLeastN[L, shapeless.Nat._2, NonEmptyString], ev1: RESPParamWrite[::[Bitwise, ::[NonEmptyString, L]]]): Aux[NonNegInt]

    Permalink
  11. final def bitopnot(key: NonEmptyString, destinationKey: NonEmptyString): Aux[NonNegInt]

    Permalink
  12. final def bitpos(key: NonEmptyString, bit: Bit, start: Index, end: Index): Aux[Option[NonNegInt]]

    Permalink
  13. final def bitpos(key: NonEmptyString, bit: Bit, start: Index): Aux[Option[NonNegInt]]

    Permalink
  14. final def bitpos(key: NonEmptyString, bit: Bit): Aux[Option[NonNegInt]]

    Permalink
  15. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. final def decr[A](key: NonEmptyString)(implicit ev: Read.==>[Integer, A]): Aux[A]

    Permalink
  17. final def decrby[A](key: NonEmptyString, decrement: PosLong)(implicit ev: Read.==>[Integer, A]): Aux[A]

    Permalink
  18. def ensuring(cond: (StringProtocol) ⇒ Boolean, msg: ⇒ Any): StringProtocol

    Permalink
    Implicit information
    This member is added by an implicit conversion from StringProtocol to Ensuring[StringProtocol] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: (StringProtocol) ⇒ Boolean): StringProtocol

    Permalink
    Implicit information
    This member is added by an implicit conversion from StringProtocol to Ensuring[StringProtocol] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: Boolean, msg: ⇒ Any): StringProtocol

    Permalink
    Implicit information
    This member is added by an implicit conversion from StringProtocol to Ensuring[StringProtocol] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: Boolean): StringProtocol

    Permalink
    Implicit information
    This member is added by an implicit conversion from StringProtocol to Ensuring[StringProtocol] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  24. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from StringProtocol to StringFormat[StringProtocol] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  26. final def get[A](key: NonEmptyString)(implicit ev: Read.==>[NonNullBulkString, A]): Aux[Option[A]]

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

    Permalink
    Definition Classes
    AnyRef → Any
  28. final def getbit(key: NonEmptyString, offset: PosLong): Aux[Bit]

    Permalink
  29. final def getrange[A](key: NonEmptyString, start: Index, end: Index)(implicit ev: Read.==>[NonNullBulkString, A]): Aux[A]

    Permalink
  30. final def getset[A]: PartiallyAppliedGetSet[A]

    Permalink
  31. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  32. final def incr[A](key: NonEmptyString)(implicit ev: Read.==>[Integer, A]): Aux[A]

    Permalink
  33. final def incrby[A](key: NonEmptyString, increment: PosLong)(implicit ev: Read.==>[Integer, A]): Aux[A]

    Permalink
  34. final def incrbyfloat(key: NonEmptyString, increment: NonZeroDouble): Aux[scala.Double]

    Permalink
  35. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  36. final def mget0[A]: PartiallyAppliedMGet[A]

    Permalink
  37. final def mset0[L <: HList](keyValuePairs: L)(implicit arg0: RESPParamWrite[L], ev: AtLeastN[L, shapeless.Nat._1, Tuple2[NonEmptyString, _]]): Aux[OK]

    Permalink
  38. final def msetnx0[L <: HList](keyValuePairs: L)(implicit arg0: RESPParamWrite[L], ev: AtLeastN[L, shapeless.Nat._1, Tuple2[NonEmptyString, _]]): Aux[Boolean]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  42. final def psetex[A](key: NonEmptyString, milliseconds: PosLong, value: A)(implicit arg0: Show[A]): Aux[OK]

    Permalink
  43. final def set[A](key: NonEmptyString, value: A, expiry: Expiry, flag: Flag)(implicit arg0: Show[A]): Aux[Option[OK]]

    Permalink
  44. final def set[A](key: NonEmptyString, value: A, flag: Flag)(implicit arg0: Show[A]): Aux[Option[OK]]

    Permalink
  45. final def set[A](key: NonEmptyString, value: A, expiry: Expiry)(implicit arg0: Show[A]): Aux[OK]

    Permalink
  46. final def set[A](key: NonEmptyString, value: A)(implicit arg0: Show[A]): Aux[OK]

    Permalink
  47. final def setbit(key: NonEmptyString, offset: StringLength, bit: Bit): Aux[Bit]

    Permalink
  48. final def setex[A](key: NonEmptyString, value: A, seconds: PosLong)(implicit arg0: Show[A]): Aux[OK]

    Permalink
  49. final def setnx[A](key: NonEmptyString, value: A)(implicit arg0: Show[A]): Aux[Boolean]

    Permalink
  50. final def setrange[A](key: NonEmptyString, offset: RangeOffset, value: A)(implicit arg0: Show[A]): Aux[NonNegInt]

    Permalink
  51. object strings

    Permalink
  52. final def strlen(key: NonEmptyString): Aux[NonNegInt]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  55. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. def [B](y: B): (StringProtocol, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from StringProtocol to ArrowAssoc[StringProtocol] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from StringProtocol to any2stringadd[StringProtocol]

Inherited by implicit conversion StringFormat from StringProtocol to StringFormat[StringProtocol]

Inherited by implicit conversion Ensuring from StringProtocol to Ensuring[StringProtocol]

Inherited by implicit conversion ArrowAssoc from StringProtocol to ArrowAssoc[StringProtocol]

Ungrouped