vertx / io.vertx.reactivex.core / MultiMap / addAll

addAll

open fun addAll(map: MultiMap): MultiMap

Adds all the entries from another MultiMap to this one

Parameters

map -

Return
a reference to this, so the API can be used fluently