toggle menu
kaskad_platform
1.0.0
jvm
switch theme
search in API
ui
/
ru.sydis.ui.trend.data
/
SimplePropertyDelegate
Simple
Property
Delegate
class
SimplePropertyDelegate
<
T
>
(
property
:
Property
<
T
>
)
:
ReadWriteProperty
<
Any
?
,
T
>
Members
Constructors
Simple
Property
Delegate
Link copied to clipboard
constructor
(
property
:
Property
<
T
>
)
Functions
get
Value
Link copied to clipboard
open
operator override
fun
getValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
)
:
T
set
Value
Link copied to clipboard
open
operator override
fun
setValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
,
value
:
T
)