vertx / io.vertx.reactivex.core.shareddata / Counter / rxDecrementAndGet

rxDecrementAndGet

open fun rxDecrementAndGet(): Single<Long>

Decrement the counter atomically and return the new count

Return