core
0.7.0
android
common
jvm
core
/
com.vanpra.composematerialdialogs
/
AtomicInt
Atomic
Int
android
common
jvm
actual
typealias
AtomicInt
=
AtomicInteger
Content copied to clipboard
expect
class
AtomicInt
:
Number
Content copied to clipboard
actual
typealias
AtomicInt
=
AtomicInteger
Content copied to clipboard
Constructors
Functions
Constructors
Atomic
Int
Link copied to clipboard
common
expect
fun
AtomicInt
(
initialValue
:
Int
)
Content copied to clipboard
Functions
get
And
Increment
Link copied to clipboard
common
expect
fun
getAndIncrement
(
)
:
Int
Content copied to clipboard
set
Link copied to clipboard
common
expect
fun
set
(
newValue
:
Int
)
Content copied to clipboard
to
Byte
Link copied to clipboard
common
abstract
fun
toByte
(
)
:
Byte
Content copied to clipboard
to
Char
Link copied to clipboard
common
abstract
fun
toChar
(
)
:
Char
Content copied to clipboard
to
Double
Link copied to clipboard
common
abstract
fun
toDouble
(
)
:
Double
Content copied to clipboard
to
Float
Link copied to clipboard
common
abstract
fun
toFloat
(
)
:
Float
Content copied to clipboard
to
Int
Link copied to clipboard
common
abstract
fun
toInt
(
)
:
Int
Content copied to clipboard
to
Long
Link copied to clipboard
common
abstract
fun
toLong
(
)
:
Long
Content copied to clipboard
to
Short
Link copied to clipboard
common
abstract
fun
toShort
(
)
:
Short
Content copied to clipboard