EnvironmentStats

All the extractors of statistics about environment.

class Object
trait Matchable
class Any

Type members

Classlikes

case class Days(name: String) extends DataExtractor[Long]

The implementation of the current days statistic.

The implementation of the current days statistic.

Value parameters:
name

the name of this data extractor.

case class Hours(name: String) extends DataExtractor[Long]

The implementation of the current hours statistic.

The implementation of the current hours statistic.

Value parameters:
name

the name of this data extractor.

case class Minutes(name: String) extends DataExtractor[Long]

The implementation of the current minutes statistic.

The implementation of the current minutes statistic.

Value parameters:
name

the name of this data extractor.

case class Time(name: String) extends DataExtractor[String]

The implementation of the Time statistic.

The implementation of the Time statistic.

Value parameters:
name

the name of this data extractor.