Composite

case class Composite[T](rs: Reporter[T]*) extends Reporter[T]
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