Consumption

abstract class Consumption

Represents a consumed or remaining amount of fuel or electric energy.

Types

Link copied to clipboard
data class Energy(val amount: Energy) : Consumption

An electric energy consumption.

Link copied to clipboard
data class Fuel(val amount: Volume) : Consumption

A fuel consumption.

Inheritors

Link copied to clipboard
Link copied to clipboard