BaseReactor

doodle.reactor.BaseReactor$
See theBaseReactor companion trait

Attributes

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

Members list

Concise view

Type members

Classlikes

sealed abstract class Command extends Product with Serializable

Attributes

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

Attributes

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

Attributes

Source:
BaseReactor.scala
Graph
Supertypes
class Command
trait Product
trait Equals
class Object
trait Matchable
class Any
case object Tick extends Command

Attributes

Source:
BaseReactor.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
class Command
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
Tick.type