final case class WrittenMessage[P](passThrough: P, inRotation: Int) extends OutgoingMessage[P] with Product with Serializable
Class WrittenMessage
represents an outgoing message of the writing event
- P
type of the value of pass-through
- passThrough
a value of pass-through
- inRotation
a number of the rotation that writing event occurred
- Source
- model.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- WrittenMessage
- Serializable
- Product
- Equals
- OutgoingMessage
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected