utils-internal
Toggle table of contents
2.4.0
common
Platform filter
common
Switch theme
Search in API
utils-internal
utils-internal
/
com.badoo.reaktive.utils.atomic
/
changeAndGet
change
And
Get
inline
fun
AtomicInt
.
changeAndGet
(
update
:
(
Int
)
->
Int
)
:
Int
inline
fun
<
T
,
R
:
T
>
AtomicReference
<
T
>
.
changeAndGet
(
update
:
(
T
)
->
R
)
:
R