MeasurementBundle

sealed interface MeasurementBundle<T : Measurement<*>> : Measurement<List<T>>

List of measurements

Parameters

T

type of measurement value

Inheritors

Properties

Link copied to clipboard

Accuracy of given measurement.

Link copied to clipboard
abstract val isValid: Boolean

True if status of the measurement is Status.VALID

Link copied to clipboard

Status of given measurement.

Link copied to clipboard
abstract val type: Measurement.Type

Type of given measurement.

Link copied to clipboard
abstract val value: List<T>

Value of the measurement.