User

io.github.pidoveproject.showdown.user.User
See theUser companion object
case class User(name: Username, rank: Option[Char])

Represents a public user as seen from others.

Value parameters

name

this user's name

rank

this user's rank if exists

Attributes

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