Packages

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
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WrittenMessage
  2. Serializable
  3. Product
  4. Equals
  5. OutgoingMessage
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new WrittenMessage(passThrough: P, inRotation: Int)

    passThrough

    a value of pass-through

    inRotation

    a number of the rotation that writing event occurred

Value Members

  1. val inRotation: Int
  2. val passThrough: P
  3. def productElementNames: Iterator[String]
    Definition Classes
    Product