decrementAndGet
Deprecated (with error)
Use decrementAndFetch() instead.
Replace with
this.decrementAndFetch()
Content copied to clipboard
Atomically decrements the current value by one and returns the new value.
Use decrementAndFetch() instead.
this.decrementAndFetch()
Atomically decrements the current value by one and returns the new value.
Thanks for your feedback!