vertx / io.vertx.reactivex.core.shareddata / LocalMap / containsKey

containsKey

open fun containsKey(key: Any): Boolean

Returns true if this map contains a mapping for the specified key.

Parameters

key - key whose presence in this map is to be tested

Return
true if this map contains a mapping for the specified key