Consumption

abstract class Consumption

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

Important: This is a Public Preview API. It may be changed or removed at any time.

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