vertx / io.vertx.reactivex.core.shareddata / AsyncMap / rxRemove

rxRemove

open fun rxRemove(k: K): Single<V>

Remove a value from the map, asynchronously.

Parameters

k - the key

Return