MutablePropertyContainer

Mutable implementation of PropertyContainer.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun <V : T> addProperty(property: Property<V>)

Adds a property to the container.

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

Retrieves a property from the container by its key.

Link copied to clipboard
operator fun <V : T> plusAssign(property: Property<V>)