ValueClass

interface ValueClass<T>(source)

Contract for API-facing value classes that expose a single underlying primitive or scalar T.

Implement this interface on value classes to make it straightforward to derive Tapik string codecs from the wrapped value.

Parameters

T

underlying value type exposed by the wrapper.

See also

Properties

Link copied to clipboard
abstract val value: T

wrapped scalar value used during transport encoding.