Attributes
- Companion
- class
- Graph
-
- Supertypes
- Self type
-
DataVersioned.type
Members list
Type members
Types
Value members
Concrete methods
Shorthand constructor for a collection of initial valid values starting at the initial version.
Shorthand constructor for a collection of initial valid values starting at the initial version.
Type parameters
- D
-
the domain type -- DomainLike non-empty tuples.
- V
-
the type of the value managed as data.
Value parameters
- initialData
-
a collection of values valid within intervals -- intervals must be disjoint.
- initialVersion
-
the version to start with, typically zero
Attributes
- Returns
-
DimensionalVersionedBase structure with the provided initial values
- Definition Classes
Get a Builder based on an intermediate buffer of valid data.
Get a Builder based on an intermediate buffer of valid data.
Type parameters
- D
-
the domain type -- DomainLike non-empty tuples.
- V
-
the type of the value managed as data.
Value parameters
- initialVersion
-
the version to start with, typically zero
Attributes
- Definition Classes
Shorthand constructor for a single initial value that is valid in a specific interval starting at the initial version.
Shorthand constructor for a single initial value that is valid in a specific interval starting at the initial version.
Type parameters
- D
-
the domain type -- DomainLike non-empty tuples.
- V
-
the type of the value managed as data.
Value parameters
- data
-
value valid within an interval.
- initialVersion
-
the version to start with, typically zero
Attributes
- Returns
-
DimensionalVersionedBase structure with a single valid value.
- Definition Classes
Shorthand constructor for a single initial value that is valid in the full interval starting at the initial version.
Shorthand constructor for a single initial value that is valid in the full interval starting at the initial version.
Type parameters
- D
-
the domain type -- DomainLike non-empty tuples.
- V
-
the type of the value managed as data.
Value parameters
- initialVersion
-
the version to start with, typically zero
- value
-
value that is valid in the full domain (
Interval.unbounded[D]
).
Attributes
- Returns
-
DimensionalVersionedBase structure with a single valid value.
- Definition Classes