final case class Changed[A <: ReplicatedData](key: Key[A])(data: A) extends SubscribeResponse[A] with ReplicatorMessage with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- Changed
- Product
- Equals
- ReplicatorMessage
- Serializable
- SubscribeResponse
- NoSerializationVerificationNeeded
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def dataValue: A
The data value.
The data value. Use #get to get the fully typed value.
- def get[T <: ReplicatedData](key: Key[T]): T
The data value, with correct type.
The data value, with correct type. Scala pattern matching cannot infer the type from the
key
parameter. - val key: Key[A]
- Definition Classes
- → SubscribeResponse
- def productElementNames: Iterator[String]
- Definition Classes
- Product
The data value is retrieved with #get using the typed key.
Replicator.Subscribe