trait StringBaseP extends AnyRef

Source
StringP.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StringBaseP
  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. 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 StringBaseP toany2stringadd[StringBaseP] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (StringBaseP, B)
    Implicit
    This member is added by an implicit conversion from StringBaseP toArrowAssoc[StringBaseP] 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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  16. final def decr[A](key: Key)(implicit arg0: Read[Num, A]): Aux[A]
  17. final def decrby[A](key: Key, decrement: PosLong)(implicit arg0: Read[Num, A]): Aux[A]
  18. def ensuring(cond: (StringBaseP) => Boolean, msg: => Any): StringBaseP
    Implicit
    This member is added by an implicit conversion from StringBaseP toEnsuring[StringBaseP] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: (StringBaseP) => Boolean): StringBaseP
    Implicit
    This member is added by an implicit conversion from StringBaseP toEnsuring[StringBaseP] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: Boolean, msg: => Any): StringBaseP
    Implicit
    This member is added by an implicit conversion from StringBaseP toEnsuring[StringBaseP] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: Boolean): StringBaseP
    Implicit
    This member is added by an implicit conversion from StringBaseP toEnsuring[StringBaseP] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  24. def finalize(): Unit
    Attributes
    protected[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 StringBaseP toStringFormat[StringBaseP] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  26. final def get[A](key: Key)(implicit arg0: Read[Bulk, A]): Aux[Option[A]]
  27. final def getClass(): Class[_ <: AnyRef]
    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 arg0: Read[Bulk, 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 arg0: Read[Num, A]): Aux[A]
  33. final def incrby[A](key: Key, increment: PosLong)(implicit arg0: Read[Num, 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 arg0: Read[Arr, A]): Aux[A]
  37. final def mset[A](values: OneOrMore[(Key, A)])(implicit arg0: Show[A]): Aux[OK]
  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]
  39. final def mset[L <: HList, N <: Nat](l: L)(implicit arg0: RESPParamWrite[L], arg1: LUBConstraint[L, Tuple2[Refined[String, And[Not[Empty], Forall[Not[ControlChar]]]], _]], ev0: Aux[L, N], ev1: >=[N, shapeless.Nat._1]): Aux[OK]
  40. final def msetnx[A](values: OneOrMore[(Key, A)])(implicit arg0: Show[A]): Aux[Boolean]
  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]
  42. final def msetnx[L <: HList, N <: Nat](l: L)(implicit arg0: RESPParamWrite[L], arg1: LUBConstraint[L, Tuple2[Refined[String, And[Not[Empty], Forall[Not[ControlChar]]]], _]], ev0: Aux[L, N], ev1: >=[N, shapeless.Nat._1]): Aux[Boolean]
  43. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  44. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  45. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  46. final def psetex[A](key: Key, milliseconds: PosLong, value: A)(implicit arg0: Show[A]): Aux[OK]
  47. final def set[A](key: Key, value: A, expiry: Expiry, flag: Flag)(implicit arg0: Show[A]): Aux[Option[OK]]
  48. final def set[A](key: Key, value: A, flag: Flag)(implicit arg0: Show[A]): Aux[Option[OK]]
  49. final def set[A](key: Key, value: A, expiry: Expiry)(implicit arg0: Show[A]): Aux[OK]
  50. final def set[A](key: Key, value: A)(implicit arg0: Show[A]): Aux[OK]
  51. final def setbit(key: Key, offset: StringLength, bit: Bit): Aux[Bit]
  52. final def setex[A](key: Key, value: A, seconds: PosLong)(implicit arg0: Show[A]): Aux[OK]
  53. final def setnx[A](key: Key, value: A)(implicit arg0: Show[A]): Aux[Boolean]
  54. final def setrange[A](key: Key, offset: RangeOffset, value: A)(implicit arg0: Show[A]): Aux[NonNegInt]
  55. final def strlen(key: Key): Aux[NonNegInt]
  56. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  57. def toString(): String
    Definition Classes
    AnyRef → Any
  58. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  59. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  60. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  61. object strings

Deprecated Value Members

  1. def [B](y: B): (StringBaseP, B)
    Implicit
    This member is added by an implicit conversion from StringBaseP toArrowAssoc[StringBaseP] 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 AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromStringBaseP to any2stringadd[StringBaseP]

Inherited by implicit conversion StringFormat fromStringBaseP to StringFormat[StringBaseP]

Inherited by implicit conversion Ensuring fromStringBaseP to Ensuring[StringBaseP]

Inherited by implicit conversion ArrowAssoc fromStringBaseP to ArrowAssoc[StringBaseP]

Ungrouped