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