kotlin.properties

Package kotlin.properties

Standard implementations of delegates for delegated properties and helper functions for implementing custom delegates.

Types

Delegates

object Delegates

Standard property delegates.

ObservableProperty

abstract class ObservableProperty<T