SelectQuizAction

case class SelectQuizAction(actionParameter: Option[QuizInStats]) extends Action[QuizInStats]

Action to select a quiz in the statistics menu controller

trait Serializable
trait Product
trait Equals
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