StatsDisplayer

case class StatsDisplayer[E, A](label: E, extractor: DataExtractor[A], defaultName: String)

Case class that is useful in gui to display stats associated to its label.

Type parameters:
A

the type of data to extract

E

the type of the label

Value parameters:
defaultName

the default name of the stat

extractor

the extractor to use

label

the label in which display the stat

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product