Value

sealed interface Value<T>

An immutable value wrapper.

Inheritors

Properties

Link copied to clipboard
abstract val unwrappedValue: T

The wrapped value.