package model
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- final case class Change[+A](before: A, now: A) extends Product with Serializable
Value based events fire instances of
Changewhich provides the value before and after modification.Value based events fire instances of
Changewhich provides the value before and after modification.- before
the value before the modification
- now
the value after the modification
- trait Model[+U] extends AnyRef