ValidationReporter

case class ValidationReporter[T]() extends Reporter[T]

Validates every measurement using the reports.validation.predicate key.

Validates every measurement using the reports.validation.predicate key.

This key stores the predicate function that does the validation.

trait Product
trait Equals
trait Reporter[T]
trait Serializable
class Object
trait Matchable
class Any

Value members

Concrete methods

def report(result: CurveData[T], persistor: Persistor): Unit
def report(results: Tree[CurveData[T]], persistor: Persistor): Boolean

Inherited methods

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