toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.datastructure
/
LazyDelegate
Lazy
Delegate
class
LazyDelegate
<
T
>
(
val
propRef
:
(
)
->
KMutableProperty0
<
T
>
)
Members
Constructors
Lazy
Delegate
Link copied to clipboard
constructor
(
propRef
:
(
)
->
KMutableProperty0
<
T
>
)
Properties
cached
Prop
Ref
Link copied to clipboard
val
cachedPropRef
:
KMutableProperty0
<
T
>
prop
Ref
Link copied to clipboard
val
propRef
:
(
)
->
KMutableProperty0
<
T
>
Functions
get
Value
Link copied to clipboard
operator
fun
getValue
(
obj
:
Any
,
prop
:
KProperty
<
*
>
)
:
T
set
Value
Link copied to clipboard
operator
fun
setValue
(
obj
:
Any
,
prop
:
KProperty
<
*
>
,
value
:
T
)