Context

io.github.positionpal.reaction.ReactionADT.Context
case class Context[E, S](event: E, state: S)

The context of a Reaction

Value parameters

event

The occurred event

state

The current state of the entity that reacts to the event.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product