Package-level declarations

Types

Link copied to clipboard
abstract class DelegatedProperty<T>

Functions

Link copied to clipboard
inline fun <T> Project.delegatedProperty(): DelegatedProperty<T>
inline fun <T> ObjectFactory.delegatedProperty(): DelegatedProperty<T>
inline fun <T> Project.delegatedProperty(initial: T): DelegatedProperty<T>
inline fun <T> ObjectFactory.delegatedProperty(initial: T): DelegatedProperty<T>
Link copied to clipboard
operator fun <T> DelegatedProperty<T>.getValue(thisRef: Any?, property: KProperty<*>): T
Link copied to clipboard
operator fun <T> DelegatedProperty<T>.setValue(thisRef: Any?, property: KProperty<*>, value: T)