case class EventTime(time: Instant) extends Product with Serializable
A wrapper class representing the time of event creation
- time
the instant stating the event creation
- Alphabetic
- By Inheritance
- EventTime
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All