toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.io.concurrent.atomic
/
getValue
get
Value
inline operator
fun
<
T
>
KorAtomicRef
<
T
>
.
getValue
(
obj
:
Any
,
prop
:
KProperty
<
Any
?
>
)
:
T
inline operator
fun
KorAtomicBoolean
.
getValue
(
obj
:
Any
,
prop
:
KProperty
<
Any
?
>
)
:
Boolean
inline operator
fun
KorAtomicInt
.
getValue
(
obj
:
Any
,
prop
:
KProperty
<
Any
?
>
)
:
Int
inline operator
fun
KorAtomicLong
.
getValue
(
obj
:
Any
,
prop
:
KProperty
<
Any
?
>
)
:
Long