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

rxReplace

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

Replace the entry only if it is currently mapped to some value

Parameters

k - the key

v - the new value

Return