abstract fun removeAllMatching(p: Predicate<V>, completionHandler: Handler<AsyncResult<Void>>): Unit
Remove values which satisfies the given predicate in all keys.
p - The predicate
p
completionHandler - This will be called when the remove is complete
completionHandler