trait KeyP extends AnyRef

Source
KeyP.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KeyP
  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 KeyP to any2stringadd[KeyP] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (KeyP, B)
    Implicit
    This member is added by an implicit conversion from KeyP to ArrowAssoc[KeyP] 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 asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. final def del(keys: OneOrMoreKeys): Aux[NonNegInt]
  9. final def dump(key: Key): Aux[Option[NonNullBulkString]]
  10. def ensuring(cond: (KeyP) ⇒ Boolean, msg: ⇒ Any): KeyP
    Implicit
    This member is added by an implicit conversion from KeyP to Ensuring[KeyP] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: (KeyP) ⇒ Boolean): KeyP
    Implicit
    This member is added by an implicit conversion from KeyP to Ensuring[KeyP] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean, msg: ⇒ Any): KeyP
    Implicit
    This member is added by an implicit conversion from KeyP to Ensuring[KeyP] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean): KeyP
    Implicit
    This member is added by an implicit conversion from KeyP to Ensuring[KeyP] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. final def exists(keys: OneOrMoreKeys): Aux[Option[PosInt]]
  17. final def expire(key: Key, seconds: NonNegInt): Aux[Boolean]
  18. final def expireat(key: Key, seconds: NonNegInt): Aux[Boolean]
  19. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from KeyP to StringFormat[KeyP] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. final def keys(pattern: GlobPattern): Aux[Seq[Key]]
  25. final def move(key: Key, db: DbIndex): Aux[Boolean]
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def persist(key: Key): Aux[Boolean]
  30. final def pexpire(key: Key, milliseconds: NonNegLong): Aux[Boolean]
  31. final def pexpireat(key: Key, millisecondsTimestamp: NonNegLong): Aux[Boolean]
  32. final def pttl(key: Key): Aux[TTLResponse]
  33. final val randomKey: Aux[Option[Key]]
  34. final def rename(key: Key, newKey: Key): Aux[Key]
  35. final def renamenx(key: Key, newKey: Key): Aux[Boolean]
  36. final def restore(key: Key, ttl: NonNegLong, serializedValue: NonNullBulkString): Aux["OK"]
  37. final def restorereplace(key: Key, ttl: NonNegLong, serializedValue: NonNullBulkString): Aux["OK"]
  38. final def scan(cursor: NonNegLong, pattern: GlobPattern, count: PosInt): Aux[Scan[Key]]
  39. final def scan(cursor: NonNegLong, count: PosInt): Aux[Scan[Key]]
  40. final def scan(cursor: NonNegLong, pattern: GlobPattern): Aux[Scan[Key]]
  41. final def scan(cursor: NonNegLong): Aux[Scan[Key]]
  42. final def sort[A](key: Key, direction: Direction)(implicit ev: Read.==>[NonNullBulkString, A]): Aux[Seq[A]]
  43. final def sort[A](key: Key, offset: NonNegLong, count: PosLong)(implicit ev: Read.==>[NonNullBulkString, A]): Aux[Seq[A]]
  44. final def sort[A](key: Key, pattern: GlobPattern)(implicit ev: Read.==>[NonNullBulkString, A]): Aux[Seq[A]]
  45. final def sort[A](key: Key)(implicit ev: Read.==>[NonNullBulkString, A]): Aux[Seq[A]]
  46. final def sortstore(key: Key, destination: Key): Aux[NonNegInt]
  47. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  48. def toString(): String
    Definition Classes
    AnyRef → Any
  49. final def touch(keys: OneOrMoreKeys): Aux[NonNegInt]
  50. final def ttl(key: Key): Aux[TTLResponse]
  51. final def typeof(key: Key): Aux[Option[Type]]
  52. final def unlink(keys: OneOrMoreKeys): Aux[NonNegInt]
  53. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  56. final def waitFor(numSlaves: PosInt, timeout: PosLong): Aux[PosInt]
  57. final def waitFor(numSlaves: PosInt): Aux[PosInt]
  58. def [B](y: B): (KeyP, B)
    Implicit
    This member is added by an implicit conversion from KeyP to ArrowAssoc[KeyP] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
  59. object keys
  60. object obj

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped