Trait/Object

laserdisc.protocol

StringP

Related Docs: object StringP | package protocol

Permalink

trait StringP extends AnyRef

Source
StringP.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StringP
  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

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 StringP to any2stringadd[StringP] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (StringP, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from StringP to ArrowAssoc[StringP] 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: Key, value: A)(implicit arg0: Show[A]): Aux[NonNegInt]

    Permalink
  7. final def asInstanceOf[T0]: T0

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

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

    Permalink
  10. final def bitop(bitwise: Bitwise, keys: TwoOrMoreKeys, destinationKey: Key): Aux[NonNegInt]

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

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

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

    Permalink
  14. final def bitpos(key: Key, 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: Key)(implicit ev: Read.==>[Integer, A]): Aux[A]

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from StringP to Ensuring[StringP] 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 StringP to StringFormat[StringP] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  26. final def get[A](key: Key)(implicit ev: Read.==>[NonNullBulkString, A]): Aux[Option[A]]

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

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

    Permalink
  29. final def getrange[A](key: Key, 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: Key)(implicit ev: Read.==>[Integer, A]): Aux[A]

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

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

    Permalink
  35. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  36. final def mget[A](keys: OneOrMoreKeys)(implicit ev: Read.==>[NonNilArray, A]): Aux[A]

    Permalink
  37. final def mset[A](values: OneOrMore[(Key, A)])(implicit arg0: Show[A]): Aux[OK]

    Permalink
  38. final def mset[P <: Product, L <: HList, N <: Nat](product: P)(implicit gen: Aux[P, L], ev0: Aux[L, N], ev1: >=[N, shapeless.Nat._1], ev2: LUBConstraint[L, FieldType[_, _]], ev3: RESPParamWrite[L]): Aux[OK]

    Permalink
  39. final def mset[L <: HList, N <: Nat](l: L)(implicit arg0: RESPParamWrite[L], ev0: Aux[L, N], ev1: >=[N, shapeless.Nat._1], ev2: LUBConstraint[L, Tuple2[Key, _]]): Aux[OK]

    Permalink
  40. final def msetnx[A](values: OneOrMore[(Key, A)])(implicit arg0: Show[A]): Aux[Boolean]

    Permalink
  41. final def msetnx[P <: Product, L <: HList, N <: Nat](product: P)(implicit gen: Aux[P, L], ev0: Aux[L, N], ev1: >=[N, shapeless.Nat._1], ev2: LUBConstraint[L, FieldType[_, _]], ev3: RESPParamWrite[L]): Aux[Boolean]

    Permalink
  42. final def msetnx[L <: HList, N <: Nat](l: L)(implicit arg0: RESPParamWrite[L], ev0: Aux[L, N], ev1: >=[N, shapeless.Nat._1], ev2: LUBConstraint[L, Tuple2[Key, _]]): Aux[Boolean]

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  55. object strings

    Permalink
  56. final def strlen(key: Key): Aux[NonNegInt]

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

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

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped