Controller

Trait of a generic controller that should handle actions with their optional values

Value parameters:
[T]

type of the optional parameter associated with an action available

action

the action to handle

class Object
trait Matchable
class Any

Value members

Abstract methods

def handle[T](action: Action[T]): Unit