final case class UnspecificKey(_id: KeyId) extends Key[ReplicatedData] with ReplicatedDataSerialization with Product with Serializable
- Source
- Key.scala
Linear Supertypes
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- UnspecificKey
- Product
- Equals
- ReplicatedDataSerialization
- Key
- Serializable
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val _id: KeyId
- final def equals(o: Any): Boolean
- Definition Classes
- Key → AnyRef → Any
- final def hashCode(): Int
- Definition Classes
- Key → AnyRef → Any
- val id: KeyId
- Definition Classes
- Key
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def toString(): String
- Definition Classes
- Key → AnyRef → Any
- def withId(newId: KeyId): [ReplicatedData]
- Definition Classes
- Key