public Property<T>
Property interface.
| Modifier and Type | Interface and Description |
|---|---|
static class |
Property.DefaultImpls
Property interface.
|
| Modifier and Type | Method and Description |
|---|---|
T |
getValue(java.lang.Object thisRef,
kotlin.reflect.KProperty<?> property)
A property has a get value method.
|
void |
setValue(java.lang.Object thisRef,
kotlin.reflect.KProperty<?> property,
T value)
A property has a set value method.
|