History

@SerialVersionUID(-2666789428423525667L) case class History[V](results: Seq[(V)], infomap: Map[Key[_], Any])
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def curves: Seq[CurveData[V]]
def dates: Seq[Date]
def info[T](key: Key[T], fallback: T): T
override def toString: String
Definition Classes
Any

Inherited methods

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