Trait/Object

laserdisc.protocol

ServerP

Related Docs: object ServerP | package protocol

Permalink

trait ServerP extends AnyRef

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from ServerP to ArrowAssoc[ServerP] 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. final val bgrewriteaof: Aux["OK"]

    Permalink
  8. final val bgsave: Aux["OK"]

    Permalink
  9. object client

    Permalink
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. object config

    Permalink
  12. final val dbsize: Aux[NonNegLong]

    Permalink
  13. def ensuring(cond: (ServerP) ⇒ Boolean, msg: ⇒ Any): ServerP

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from ServerP to Ensuring[ServerP] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. final val flushall: Aux["OK"]

    Permalink
  21. final val flushallasync: Aux["OK"]

    Permalink
  22. final val flushdb: Aux["OK"]

    Permalink
  23. final val flushdbasync: Aux["OK"]

    Permalink
  24. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ServerP to StringFormat[ServerP] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  25. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  27. final def info(section: InfoSection): Aux[Info]

    Permalink
  28. final val info: Aux[Info]

    Permalink
  29. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  30. final val lastsave: Aux[NonNegLong]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  34. final val role: Aux[Role]

    Permalink
  35. final val save: Aux["OK"]

    Permalink
  36. object servers

    Permalink
  37. final def shutdown(flag: ShutdownFlag): Aux["OK"]

    Permalink
  38. final val shutdown: Aux["OK"]

    Permalink
  39. final def slaveof(host: Host, port: Port): Aux["OK"]

    Permalink
  40. final val slaveofnoone: Aux["OK"]

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

    Permalink
    Definition Classes
    AnyRef
  42. final val time: Aux[Time]

    Permalink
  43. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  44. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. def [B](y: B): (ServerP, B)

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

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped