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

containsValue

open fun containsValue(value: Any): Boolean

Returns @{code true} if this map maps one or more keys to the specified value.

Parameters

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

Return
@{code true} if this map maps one or more keys to the specified value