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
    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 StringP to any2stringadd[StringP] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (StringP, B)
    Implicit
    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
    Definition Classes
    AnyRef → Any
  6. final def append[A](key: Key, value: A)(implicit arg0: Show[A]): Aux[NonNegInt]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. final def bitcount(key: Key, start: Index, end: Index): Aux[NonNegInt]
  9. final def bitcount(key: Key): Aux[NonNegInt]
  10. final def bitop(bitwise: Bitwise, keys: TwoOrMoreKeys, destinationKey: Key): Aux[NonNegInt]
  11. final def bitopnot(key: Key, destinationKey: Key): Aux[NonNegInt]
  12. final def bitpos(key: Key, bit: Bit, start: Index, end: Index): Aux[Option[NonNegInt]]
  13. final def bitpos(key: Key, bit: Bit, start: Index): Aux[Option[NonNegInt]]
  14. final def bitpos(key: Key, bit: Bit): Aux[Option[NonNegInt]]
  15. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  16. final def decr[A](key: Key)(implicit ev: Read.==>[Integer, A]): Aux[A]
  17. final def decrby[A](key: Key, decrement: PosLong)(implicit ev: Read.==>[Integer, A]): Aux[A]
  18. def ensuring(cond: (StringP) ⇒ Boolean, msg: ⇒ Any): StringP
    Implicit
    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
    Implicit
    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
    Implicit
    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
    Implicit
    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
    Definition Classes
    AnyRef
  23. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  24. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. def formatted(fmtstr: String): String
    Implicit
    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]]
  27. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  28. final def getbit(key: Key, offset: PosLong): Aux[Bit]
  29. final def getrange[A](key: Key, start: Index, end: Index)(implicit ev: Read.==>[NonNullBulkString, A]): Aux[A]
  30. final def getset[A]: PartiallyAppliedGetSet[A]
  31. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  32. final def incr[A](key: Key)(implicit ev: Read.==>[Integer, A]): Aux[A]
  33. final def incrby[A](key: Key, increment: PosLong)(implicit ev: Read.==>[Integer, A]): Aux[A]
  34. final def incrbyfloat(key: Key, increment: NonZeroDouble): Aux[Double]
  35. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  36. final def mget[A](keys: OneOrMoreKeys)(implicit ev: Read.==>[NonNilArray, A]): Aux[A]
  37. 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"]
  38. 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, FieldType[_, _]]): Aux["OK"]
  39. 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]
  40. 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, FieldType[_, _]]): Aux[Boolean]
  41. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  42. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  43. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  44. final def psetex[A](key: Key, milliseconds: PosLong, value: A)(implicit arg0: Show[A]): Aux["OK"]
  45. final def set[A](key: Key, value: A, expiry: Expiry, flag: Flag)(implicit arg0: Show[A]): Aux[Option["OK"]]
  46. final def set[A](key: Key, value: A, flag: Flag)(implicit arg0: Show[A]): Aux[Option["OK"]]
  47. final def set[A](key: Key, value: A, expiry: Expiry)(implicit arg0: Show[A]): Aux["OK"]
  48. final def set[A](key: Key, value: A)(implicit arg0: Show[A]): Aux["OK"]
  49. final def setbit(key: Key, offset: StringLength, bit: Bit): Aux[Bit]
  50. final def setex[A](key: Key, value: A, seconds: PosLong)(implicit arg0: Show[A]): Aux["OK"]
  51. final def setnx[A](key: Key, value: A)(implicit arg0: Show[A]): Aux[Boolean]
  52. final def setrange[A](key: Key, offset: RangeOffset, value: A)(implicit arg0: Show[A]): Aux[NonNegInt]
  53. final def strlen(key: Key): Aux[NonNegInt]
  54. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  55. def toString(): String
    Definition Classes
    AnyRef → Any
  56. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  59. def [B](y: B): (StringP, B)
    Implicit
    This member is added by an implicit conversion from StringP to ArrowAssoc[StringP] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
  60. object strings

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