addAndGet
Deprecated (with error)
Use addAndFetch(newValue: Long) instead.
Replace with
this.addAndFetch(newValue)
Content copied to clipboard
Atomically adds the given value to the current value and returns the new value.
Use addAndFetch(newValue: Long) instead.
this.addAndFetch(newValue)
Atomically adds the given value to the current value and returns the new value.
Thanks for your feedback!