abstract class Key[+T <: ReplicatedData] extends Serializable

Key for the key-value data in Replicator. The type of the data value is defined in the key. Keys are compared equal if the id strings are equal, i.e. use unique identifiers.

Specific classes are provided for the built in data types, e.g. ORSetKey, and you can create your own keys.

Source
Key.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Key
  2. Serializable
  3. Serializable
  4. AnyRef
  5. 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 Key(id: KeyId)

Value Members

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