open fun rxReplace(k: K, v: V): Single<V>
Replace the entry only if it is currently mapped to some value
k - the key
k
v - the new value
v
Return