vertx / io.vertx.reactivex.core / MultiMap / contains

contains

open fun contains(name: String): Boolean

Checks to see if there is a value with the specified name

Parameters

name - The name to search for

Return
true if at least one entry is found