open fun rxRemoveIfPresent(k: K, v: V): Single<Boolean>
Remove a value from the map, only if entry already exists with same value.
k - the key
k
v - the value
v
Return