FormatCategory

io.github.pidoveproject.showdown.FormatCategory
See theFormatCategory companion object
case class FormatCategory(name: FormatCategoryName, column: Int, formats: List[Format])

A format category.

Value parameters

column

the displayed column of this category (used in Showdown's format selection menu)

formats

the formats of this category

name

this category's name

Attributes

Companion
object
Source
FormatCategory.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product