rd-core
Toggle table of contents
2025.2.2-beta1
jvm
Platform filter
jvm
Switch theme
Search in API
rd-core
rd-core
/
com.jetbrains.rd.util
/
AtomicReference
Atomic
Reference
class
AtomicReference
<
T
>
(
initial
:
T
)
Members
Constructors
Atomic
Reference
Link copied to clipboard
constructor
(
initial
:
T
)
Functions
compare
And
Set
Link copied to clipboard
fun
compareAndSet
(
expectedValue
:
T
,
newValue
:
T
)
:
Boolean
get
Link copied to clipboard
fun
get
(
)
:
T
get
And
Set
Link copied to clipboard
fun
getAndSet
(
newValue
:
T
)
:
T
get
And
Update
Link copied to clipboard
fun
getAndUpdate
(
f
:
(
T
)
->
T
)
:
T