ChoiceGroupStrings

case class ChoiceGroupStrings(choices: List[String]) extends ChoiceGroup[String]
trait Serializable
trait Product
trait Equals
class ChoiceGroup[String]
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def show(): Unit
Inherited from:
ChoiceGroup

Inherited fields

val choicesWithIndex: List[(String, Int)]
Inherited from:
ChoiceGroup