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

Annotations
@SerialVersionUID()
Source
ORSet.scala
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ORSetKey
  2. Product
  3. Equals
  4. ReplicatedDataSerialization
  5. Key
  6. Serializable
  7. AnyRef
  8. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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 productElementNames: Iterator[String]
    Definition Classes
    Product
  6. def toString(): String
    Definition Classes
    Key → AnyRef → Any