Trait/Object

laserdisc.protocol

KeyP

Related Docs: object KeyP | package protocol

Permalink

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

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

    Permalink
    Implicit information
    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

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def del(keys: OneOrMoreKeys): Aux[NonNegInt]

    Permalink
  9. final def dump(key: Key): Aux[Option[NonNullBulkString]]

    Permalink
  10. def ensuring(cond: (KeyP) ⇒ Boolean, msg: ⇒ Any): KeyP

    Permalink
    Implicit information
    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

    Permalink
    Implicit information
    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

    Permalink
    Implicit information
    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

    Permalink
    Implicit information
    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

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. final def exists(keys: OneOrMoreKeys): Aux[Option[PosInt]]

    Permalink
  17. final def expire(key: Key, seconds: NonNegInt): Aux[Boolean]

    Permalink
  18. final def expireat(key: Key, seconds: NonNegInt): Aux[Boolean]

    Permalink
  19. def finalize(): Unit

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

    Permalink
    Implicit information
    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[_]

    Permalink
    Definition Classes
    AnyRef → Any
  22. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. final def keys(pattern: GlobPattern): Aux[Seq[Key]]

    Permalink
  25. object keys

    Permalink
  26. final def move(key: Key, db: DbIndex): Aux[Boolean]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  30. object obj

    Permalink
  31. final def persist(key: Key): Aux[Boolean]

    Permalink
  32. final def pexpire(key: Key, milliseconds: NonNegLong): Aux[Boolean]

    Permalink
  33. final def pexpireat(key: Key, millisecondsTimestamp: NonNegLong): Aux[Boolean]

    Permalink
  34. final def pttl(key: Key): Aux[TTLResponse]

    Permalink
  35. final val randomKey: Aux[Option[Key]]

    Permalink
  36. final def rename(key: Key, newKey: Key): Aux[Key]

    Permalink
  37. final def renamenx(key: Key, newKey: Key): Aux[Boolean]

    Permalink
  38. final def restore(key: Key, ttl: NonNegLong, serializedValue: NonNullBulkString): Aux["OK"]

    Permalink
  39. final def restorereplace(key: Key, ttl: NonNegLong, serializedValue: NonNullBulkString): Aux["OK"]

    Permalink
  40. final def scan(cursor: NonNegLong, pattern: GlobPattern, count: PosInt): Aux[Scan[Key]]

    Permalink
  41. final def scan(cursor: NonNegLong, count: PosInt): Aux[Scan[Key]]

    Permalink
  42. final def scan(cursor: NonNegLong, pattern: GlobPattern): Aux[Scan[Key]]

    Permalink
  43. final def scan(cursor: NonNegLong): Aux[Scan[Key]]

    Permalink
  44. final def sort[A](key: Key, direction: Direction)(implicit ev: Read.==>[NonNullBulkString, A]): Aux[Seq[A]]

    Permalink
  45. final def sort[A](key: Key, offset: NonNegLong, count: PosLong)(implicit ev: Read.==>[NonNullBulkString, A]): Aux[Seq[A]]

    Permalink
  46. final def sort[A](key: Key, pattern: GlobPattern)(implicit ev: Read.==>[NonNullBulkString, A]): Aux[Seq[A]]

    Permalink
  47. final def sort[A](key: Key)(implicit ev: Read.==>[NonNullBulkString, A]): Aux[Seq[A]]

    Permalink
  48. final def sortstore(key: Key, destination: Key): Aux[NonNegInt]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  51. final def touch(keys: OneOrMoreKeys): Aux[NonNegInt]

    Permalink
  52. final def ttl(key: Key): Aux[TTLResponse]

    Permalink
  53. final def typeof(key: Key): Aux[Option[Type]]

    Permalink
  54. final def unlink(keys: OneOrMoreKeys): Aux[NonNegInt]

    Permalink
  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. final def waitFor(numSlaves: PosInt, timeout: PosLong): Aux[PosInt]

    Permalink
  59. final def waitFor(numSlaves: PosInt): Aux[PosInt]

    Permalink
  60. def [B](y: B): (KeyP, B)

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

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