final case class LWWRegisterKey[A](_id: String) extends Key[LWWRegister[A]] with ReplicatedDataSerialization with Product with Serializable

Annotations
@SerialVersionUID()
Source
LWWRegister.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LWWRegisterKey
  2. Product
  3. Equals
  4. ReplicatedDataSerialization
  5. Key
  6. Serializable
  7. Serializable
  8. AnyRef
  9. 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

Instance Constructors

  1. new LWWRegisterKey(_id: String)

Value Members

  1. val _id: String
  2. final def equals(o: Any): Boolean
    Definition Classes
    Key → AnyRef → Any
  3. final def hashCode(): Int
    Definition Classes
    Key → AnyRef → Any
  4. val id: String
    Definition Classes
    Key
  5. def toString(): String
    Definition Classes
    Key → AnyRef → Any