SelectAnswer

case class SelectAnswer[T](actionParameter: Option[T]) extends Action[T]

action to select an answer in the controller of a blitz game

trait Serializable
trait Product
trait Equals
trait Action[T]
class Object
trait Matchable
class Any

Value members

Inherited methods

def get[T]: T
Inherited from:
Action
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product