final case class TimerScheduled[U](key: Any, msg: U, delay: FiniteDuration, mode: TimerMode, overriding: Boolean)(send: () => Unit) extends Effect with Product with Serializable
- Source
- Effect.scala
Linear Supertypes
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- TimerScheduled
- Serializable
- Product
- Equals
- Effect
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected