Uses of Class
io.vertx.rxjava3.core.shareddata.LocalMap
-
Packages that use LocalMap Package Description io.vertx.rxjava3.core.shareddata -
-
Uses of LocalMap in io.vertx.rxjava3.core.shareddata
Fields in io.vertx.rxjava3.core.shareddata with type parameters of type LocalMap Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<LocalMap>
LocalMap. __TYPE_ARG
Methods in io.vertx.rxjava3.core.shareddata that return LocalMap Modifier and Type Method Description <K,V>
LocalMap<K,V>SharedData. getLocalMap(String name)
Return aLocalMap
with the specificname
.static <K,V>
LocalMap<K,V>LocalMap. newInstance(LocalMap arg)
static <K,V>
LocalMap<K,V>LocalMap. newInstance(LocalMap arg, io.vertx.lang.rx.TypeArg<K> __typeArg_K, io.vertx.lang.rx.TypeArg<V> __typeArg_V)
-