TimedEval

case class TimedEval[A](duration: Double, result: A)

A simple wrapper class that includes the result of an evaluation and the time (in seconds) it took to evaluate it

Value parameters:
result

The final evaluation

time

Time elapsed while evaluating, in seconds

Companion:
object
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