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