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