Window

case class Window(size: Int) extends Historian

Preserves only last size results.

Preserves only last size results.

trait Serializable
trait Product
trait Equals
trait Historian
class Object
trait Matchable
class Any

Value members

Concrete methods

def bookkeep[T](ctx: Context, h: History[T], newest: CurveData[T], d: Date): History[T]

Inherited methods

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