vertx / io.vertx.kotlin.core.shareddata / io.vertx.core.shareddata.AsyncMap / replaceAwait

replaceAwait

suspend fun <K, V> AsyncMap<K, V>.replaceAwait(k: K, v: V): V?

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

Parameters

k - the key

v - the new value

Return

V?

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