Valuable

interface Valuable

A valueable is an object that can have a value.

Inheritors

Functions

Link copied to clipboard
abstract fun <T> value(value: Value<T>): T?

Returns the value of the valueable.