korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-datastructure
/
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
)