vertx / io.vertx.reactivex.core.shareddata / AsyncMap / rxRemoveIfPresent

rxRemoveIfPresent

open fun rxRemoveIfPresent(k: K, v: V): Single<Boolean>

Remove a value from the map, only if entry already exists with same value.

Parameters

k - the key

v - the value

Return