open fun removeIfPresent(k: K, v: V, resultHandler: Handler<AsyncResult<Boolean>>): Unit
Remove a value from the map, only if entry already exists with same value.
k - the key
k
v - the value
v
resultHandler - - this will be called some time later to signify the value has been removed
resultHandler