Owned

sealed interface Owned<T>

An Owned entity/operation/expression has an owner.

Inheritors

Properties

Link copied to clipboard
abstract val owner: String

The owner of the entity/operation/expression.

Functions

Link copied to clipboard
abstract fun assign(owner: String): T

Assign the owner to T.