vertx / io.vertx.core.spi.cluster / AsyncMultiMap / removeAllMatching

removeAllMatching

abstract fun removeAllMatching(p: Predicate<V>, completionHandler: Handler<AsyncResult<Void>>): Unit

Remove values which satisfies the given predicate in all keys.

Parameters

p - The predicate

completionHandler - This will be called when the remove is complete