Measurements

A collection of Item.Measurements per Item that were taken with the given Instrument.

Constructors

Link copied to clipboard
constructor(instrument: Action.Instrument, processedAt: ZonedDateTime, vararg measurements: Action.Instrument.Item.Measurement)
constructor(instrument: Action.Instrument, processedAt: ZonedDateTime, measurements: List<Action.Instrument.Item.Measurement>)

Properties

Link copied to clipboard
Link copied to clipboard

When the measurements were processed.

Link copied to clipboard
open override val size: Int

Functions

Link copied to clipboard
open operator override fun contains(element: Action.Instrument.Item.Measurement): Boolean
Link copied to clipboard
Link copied to clipboard
open operator override fun get(index: Int): Action.Instrument.Item.Measurement
Link copied to clipboard
open override fun indexOf(element: Action.Instrument.Item.Measurement): Int
Link copied to clipboard
open override fun isEmpty(): Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun subList(fromIndex: Int, toIndex: Int): List<Action.Instrument.Item.Measurement>