open class InfinispanAsyncMap<K : Any, V : Any>
Extensions to the generic . NOTE: This class has been automatically generated from the io.vertx.ext.cluster.infinispan.InfinispanAsyncMap non RX-ified interface using Vert.x codegen.
InfinispanAsyncMap(delegate: InfinispanAsyncMap<Any, Any>)InfinispanAsyncMap(delegate: InfinispanAsyncMap<Any, Any>, typeArg_0: TypeArg<K>, typeArg_1: TypeArg<V>) |
static val __TYPE_ARG: TypeArg<InfinispanAsyncMap<Any, Any>> |
|
val __typeArg_0: TypeArg<K> |
|
val __typeArg_1: TypeArg<V> |
open fun equals(other: Any?): Boolean |
|
open fun getDelegate(): InfinispanAsyncMap<Any, Any> |
|
open fun hashCode(): Int |
|
open fun keyStream(): ReadStream<K>
Get the keys of the map as a . The stream will be automatically closed if it fails or ends. Otherwise you must set a null after usage to avoid leaking resources. |
|
open static fun <K : Any, V : Any> newInstance(arg: InfinispanAsyncMap<Any, Any>): InfinispanAsyncMap<K, V>open static fun <K : Any, V : Any> newInstance(arg: InfinispanAsyncMap<Any, Any>, __typeArg_K: TypeArg<K>, __typeArg_V: TypeArg<V>): InfinispanAsyncMap<K, V> |
|
open fun toString(): String |
|
open static fun <K : Any, V : Any> unwrap(: AsyncMap<Any, Any>): InfinispanAsyncMap<K, V>
Unwraps a generic to an io.vertx.reactivex.ext.cluster.infinispan.InfinispanAsyncMap. |
|
open fun valueStream(): ReadStream<V>
Get the values of the map as a . The stream will be automatically closed if it fails or ends. Otherwise you must set a null after usage to avoid leaking resources. |