PropertyContainer

interface PropertyContainer<T>

A group of properties, associated with their own key.

Parameters

T

type of the properties

See also

Inheritors

Functions

Link copied to clipboard
abstract operator fun <V : T> get(key: Property.Key<V>): V?

Retrieves a property from the container by its key.