suspend fun <K, V> AsyncMap<K, V>.clearAwait(): Unit
Suspending version of method io.vertx.core.shareddata.AsyncMap.clear |
|
suspend fun <K, V> AsyncMap<K, V>.getAwait(: K): V?
Suspending version of method io.vertx.core.shareddata.AsyncMap.get |
|
suspend fun <K, V> AsyncMap<K, V>.putAwait(: K, : V): Unit suspend fun <K, V> AsyncMap<K, V>.putAwait(: K, : V, : Long): Unit
Suspending version of method io.vertx.core.shareddata.AsyncMap.put |
|
suspend fun <K, V> AsyncMap<K, V>.putIfAbsentAwait(: K, : V): V? suspend fun <K, V> AsyncMap<K, V>.putIfAbsentAwait(: K, : V, : Long): V?
Suspending version of method io.vertx.core.shareddata.AsyncMap.putIfAbsent |
|
suspend fun <K, V> AsyncMap<K, V>.removeAwait(: K): V?
Suspending version of method io.vertx.core.shareddata.AsyncMap.remove |
|
suspend fun <K, V> AsyncMap<K, V>.removeIfPresentAwait(: K, : V): Boolean
Suspending version of method io.vertx.core.shareddata.AsyncMap.removeIfPresent |
|
suspend fun <K, V> AsyncMap<K, V>.replaceAwait(: K, : V): V?
Suspending version of method io.vertx.core.shareddata.AsyncMap.replace |
|
suspend fun <K, V> AsyncMap<K, V>.replaceIfPresentAwait(: K, : V, : V): Boolean
Suspending version of method io.vertx.core.shareddata.AsyncMap.replaceIfPresent |
|
suspend fun <K, V> AsyncMap<K, V>.sizeAwait(): Int
Suspending version of method io.vertx.core.shareddata.AsyncMap.size |