Variable

intervalidus.immutable.Variable
See theVariable companion class
object Variable extends VariableObjectBase

A value that varies in time.

Attributes

Companion
class
Source
Variable.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Variable.type

Members list

Value members

Concrete methods

override def apply[T](initialValue: T): Variable[T]

Type parameters

T

the value type

Value parameters

initialValue

initial value of this variable

Attributes

Returns

a new variable

Definition Classes
Source
Variable.scala
override def fromHistory[T](history: Iterable[In1D[T, Instant]]): Variable[T]

Type parameters

T

the value type

Value parameters

history

historical values of this variable

Attributes

Returns

a new variable

Definition Classes
Source
Variable.scala