Trait/Object

laserdisc.protocol

KeyProtocol

Related Docs: object KeyProtocol | package protocol

Permalink

trait KeyProtocol extends AnyRef

Source
KeyProtocol.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KeyProtocol
  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 KeyProtocol to any2stringadd[KeyProtocol] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (KeyProtocol, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from KeyProtocol to ArrowAssoc[KeyProtocol] 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 del0[L <: HList](keys: L)(implicit arg0: RESPParamWrite[L], ev: AtLeastN[L, shapeless.Nat._1, NonEmptyString]): Aux[NonNegInt]

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from KeyProtocol to Ensuring[KeyProtocol] 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 exists0[L <: HList](keys: L)(implicit arg0: RESPParamWrite[L], ev: AtLeastN[L, shapeless.Nat._1, NonEmptyString]): Aux[Option[PosInt]]

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

    Permalink
  18. final def expireat(key: NonEmptyString, 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 KeyProtocol to StringFormat[KeyProtocol] 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[NonEmptyString]]

    Permalink
  25. object keys

    Permalink
  26. final def move(key: NonEmptyString, 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: NonEmptyString): Aux[Boolean]

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  44. implicit final val simpleString2OptionType: Read.==>[SimpleString, Option[Type]]

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

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

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

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

    Permalink
  49. final def sortstore(key: NonEmptyString, destination: NonEmptyString): Aux[NonNegInt]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  52. final def touch0[L <: HList](keys: L)(implicit arg0: RESPParamWrite[L], ev: AtLeastN[L, shapeless.Nat._1, NonEmptyString]): Aux[NonNegInt]

    Permalink
  53. final def ttl(key: NonEmptyString): Aux[TTLResponse]

    Permalink
  54. final def typeof(key: NonEmptyString): Aux[Option[Type]]

    Permalink
  55. final def unlink0[L <: HList](keys: L)(implicit arg0: RESPParamWrite[L], ev: AtLeastN[L, shapeless.Nat._1, NonEmptyString]): Aux[NonNegInt]

    Permalink
  56. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. final def waitFor(numSlaves: PosInt, timeout: PosLong): Aux[PosInt]

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

    Permalink
  61. def [B](y: B): (KeyProtocol, B)

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

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped