GameSearch

io.github.pidoveproject.showdown.GameSearch
See theGameSearch companion object
case class GameSearch(searching: List[FormatName], games: Map[String, String])

Informations about the current search.

Value parameters

games

the found games

searching

the searched formats

Attributes

Companion
object
Source
GameSearch.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