runtime
/
com.squareup.sqldelight.internal
/
Atomic
common
js
native
jvm
Atomic
common
js
jvm
class
Atomic
<
V
>(value:
V
)
Content copied to clipboard
open class
Atomic
<
V
>(value:
V
)
Content copied to clipboard
typealias
Atomic
=
AtomicReference
<
V
>
Content copied to clipboard
Functions
Extensions
Inheritors
Functions
get
Link copied to clipboard
common
fun
get
():
V
Content copied to clipboard
set
Link copied to clipboard
common
fun
set
(value:
V
)
Content copied to clipboard
Inheritors
AtomicBoolean
Link copied to clipboard
Extensions
getValue
Link copied to clipboard
common
operator fun <
T
>
Atomic
<
T
>.
getValue
(thisRef:
Any
?, prop:
KProperty
<*>):
T
Content copied to clipboard
setValue
Link copied to clipboard
common
operator fun <
T
>
Atomic
<
T
>.
setValue
(thisRef:
Any
?, prop:
KProperty
<*>, value:
T
)
Content copied to clipboard