BaseReactor

doodle.reactor.BaseReactor
See theBaseReactor companion trait
object BaseReactor

Attributes

Companion
trait
Source
BaseReactor.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

sealed abstract class Command extends Product, Serializable

Attributes

Source
BaseReactor.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
class MouseClick
class MouseMove
object Tick
final case class MouseClick(location: Point) extends Command

Attributes

Source
BaseReactor.scala
Supertypes
class Command
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class MouseMove(location: Point) extends Command

Attributes

Source
BaseReactor.scala
Supertypes
class Command
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case object Tick extends Command

Attributes

Source
BaseReactor.scala
Supertypes
trait Singleton
trait Product
trait Mirror
class Command
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Tick.type