SelectQuizAction

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

action to select a quiz in the edit quiz controller

trait Serializable
trait Product
trait Equals
trait Action[Quiz]
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