vertx / io.vertx.kotlin.core.shareddata / io.vertx.core.shareddata.AsyncMap / removeIfPresentAwait
removeIfPresentAwait
suspend fun <K, V> AsyncMap<K, V>.removeIfPresentAwait(k: K, v: V): Boolean
Remove a value from the map, only if entry already exists with same value.
Parameters
k
- the key
v
- the value
resultHandler
-
- this will be called some time later to signify the value has been removed