Leaf

io.github.pidoveproject.showdown.protocol.server.tournament.BracketNode.Leaf
final case class Leaf(team: String)

A leaf of the tree.

Value parameters

team

the team present in the tournament leaf

Attributes

Source
BracketNode.scala

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product