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
/
WeakPropertyThis
Weak
Property
This
class
WeakPropertyThis
<
T
:
Any
,
V
>
(
val
gen
:
T
.
(
)
->
V
)
Members
Constructors
Weak
Property
This
Link copied to clipboard
constructor
(
gen
:
T
.
(
)
->
V
)
Properties
gen
Link copied to clipboard
val
gen
:
T
.
(
)
->
V
map
Link copied to clipboard
val
map
:
WeakMap
<
T
,
V
>
Functions
get
Value
Link copied to clipboard
operator
fun
getValue
(
obj
:
T
,
property
:
KProperty
<
*
>
)
:
V
set
Value
Link copied to clipboard
operator
fun
setValue
(
obj
:
T
,
property
:
KProperty
<
*
>
,
value
:
V
)