Time

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

The implementation of the Time statistic.

Value parameters:
name

the name of this data extractor.

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

Value members

Concrete methods

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

Inherited methods

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