gh-pages / com.nextfaze.devfun.internal.prop / WeakProperty
WeakProperty
class WeakProperty<T :
Any
>
(source)
Constructors
Name | Summary |
---|---|
<init> | WeakProperty(initialValue: T ?) |
Functions
Name | Summary |
---|---|
getValue | operator fun getValue(thisRef: Any ?, property: KProperty <*>): T ? |
setValue | operator fun setValue(thisRef: Any ?, property: KProperty <*>, value: T ?): Unit |