toggle menu
kiloparsec
0.6.8
common
switch theme
search in API
kiloparsec
/
net.sergeych.kiloparsec
/
SyncValue
Sync
Value
class
SyncValue
<
T
>
(
initialValue
:
T
)
Members
Constructors
Sync
Value
Link copied to clipboard
constructor
(
initialValue
:
T
)
Properties
value
Link copied to clipboard
var
value
:
T
Functions
get
And
Set
Link copied to clipboard
suspend
fun
getAndSet
(
newValue
:
T
)
:
T
mutate
Link copied to clipboard
suspend
fun
mutate
(
f
:
suspend
(
T
)
->
T
)
:
T