toggle menu
search in API
common
js
jvm
selfie-lib
/
com.diffplug.selfie.guts
/
AtomicRef
Atomic
Ref
common
js
jvm
expect
class
AtomicRef
<
T
>
actual
class
AtomicRef
<
T
>
actual
class
AtomicRef
<
T
>
Members
Constructors
Atomic
Ref
Link copied to clipboard
js
jvm
constructor
(
value
:
T
)
constructor
(
value
:
T
)
Properties
ref
Link copied to clipboard
jvm
val
ref
:
AtomicReference
<
T
>
Functions
get
Link copied to clipboard
common
js
jvm
expect
fun
get
(
)
:
T
actual
fun
get
(
)
:
T
actual
fun
get
(
)
:
T
get
And
Update
Link copied to clipboard
common
js
jvm
expect
fun
getAndUpdate
(
update
:
(
T
)
->
T
)
:
T
actual
fun
getAndUpdate
(
update
:
(
T
)
->
T
)
:
T
actual
fun
getAndUpdate
(
update
:
(
T
)
->
T
)
:
T
update
And
Get
Link copied to clipboard
common
js
jvm
expect
fun
updateAndGet
(
update
:
(
T
)
->
T
)
:
T
actual
fun
updateAndGet
(
update
:
(
T
)
->
T
)
:
T
actual
fun
updateAndGet
(
update
:
(
T
)
->
T
)
:
T