type
constructors
make |
Construct timestamp/value pair. |
---|
fields
methods
compare |
Ordering is based on timestamp. |
---|---|
each | |
eachWhile | |
equals |
Equality is based on timestamp and value. |
get | |
has | |
hash |
Hash code is based on timestamp and value. |
isEmpty | |
map | |
missing |
Slot Details
compare
each
eachWhile
equals
get
has
hash
virtual override Int hash()
Hash code is based on timestamp and value.
isEmpty
virtual override Bool isEmpty()
make
map
missing
ts
const DateTime ts
Timestamp of the history record.
val
const Obj? val
Value at the timestamp.