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

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ORSetKey
  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 ORSetKey(_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: KeyId
    Definition Classes
    Key
  5. def toString(): String
    Definition Classes
    Key → AnyRef → Any