open fun rxAddAndGet(value: Long): Single<Long>
Add the value to the counter atomically and return the new count
value - the value to add
value
Return