korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-io
/
korlibs.io.lang
/
lazyVar
lazy
Var
class
lazyVar
<
T
:
Any
>
(
val
callback
:
(
)
->
T
)
Members
Constructors
lazy
Var
Link copied to clipboard
constructor
(
callback
:
(
)
->
T
)
Properties
callback
Link copied to clipboard
val
callback
:
(
)
->
T
current
Link copied to clipboard
var
current
:
T
?
Functions
get
Value
Link copied to clipboard
operator
fun
getValue
(
obj
:
Any
,
property
:
KProperty
<
*
>
)
:
T
set
Value
Link copied to clipboard
operator
fun
setValue
(
obj
:
Any
,
property
:
KProperty
<
*
>
,
value
:
T
)