JoinedRoom

io.github.pidoveproject.showdown.room.JoinedRoom
See theJoinedRoom companion class
object JoinedRoom

Attributes

Companion
class
Source
JoinedRoom.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
JoinedRoom.type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

def empty(id: RoomId): JoinedRoom

Create an empty room.

Create an empty room.

Value parameters

id

the id of the room to create

Attributes

Returns

a room without title, type, users nor messages

Note

this is the default state of any Showdown room before receiving further information from the server.

Source
JoinedRoom.scala