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

put

open fun put(key: K, value: V): V

Put an entry in the map

Parameters

key - the key

value - the value

Return
return the old value, or null if none