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