Hours

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

The implementation of the current hours statistic.

Value parameters:
name

the name of this data extractor.

trait Serializable
trait Product
trait Equals
trait DataExtractor[Long]
class Object
trait Matchable
class Any

Value members

Concrete methods

override def extractData(env: Environment): Long
Definition Classes

Inherited methods

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