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

Suspending version of method io.vertx.core.shareddata.AsyncMap.removeIfPresent

Parameters

k - the key

v - the value

Return

Boolean

NOTE: This function has been automatically generated from io.vertx.core.shareddata.AsyncMap using Vert.x codegen.