final case class PNCounterKey(_id: String) extends Key[PNCounter] with ReplicatedDataSerialization with Product with Serializable
- Annotations
- @SerialVersionUID()
- Source
- PNCounter.scala
Linear Supertypes
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- PNCounterKey
- Product
- Equals
- ReplicatedDataSerialization
- Key
- Serializable
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new PNCounterKey(_id: String)
Value Members
- val _id: String
- 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): PNCounterKey
- Definition Classes
- → Key