rd-core
2023.2.3
rd-core
/
com.jetbrains.rd.util
/
AtomicReference
Atomic
Reference
class
AtomicReference
<
T
>
(
initial
:
T
)
Content copied to clipboard
Constructors
Functions
Constructors
Atomic
Reference
Link copied to clipboard
fun
<
T
>
AtomicReference
(
initial
:
T
)
Content copied to clipboard
Functions
compare
And
Set
Link copied to clipboard
fun
compareAndSet
(
expectedValue
:
T
,
newValue
:
T
)
:
Boolean
Content copied to clipboard
get
Link copied to clipboard
fun
get
(
)
:
T
Content copied to clipboard
get
And
Set
Link copied to clipboard
fun
getAndSet
(
newValue
:
T
)
:
T
Content copied to clipboard
get
And
Update
Link copied to clipboard
fun
getAndUpdate
(
f
:
(
T
)
->
T
)
:
T
Content copied to clipboard