Async Rd Map
class AsyncRdMap<K : Any, V : Any> : IRdBindable, MutableMap<K, V> , IAsyncSource2<IViewableMap.Event<K, V>>
Content copied to clipboard
Constructors
Link copied to clipboard
fun <K : Any, V : Any> AsyncRdMap(keySzr: ISerializer<K> = Polymorphic(), valSzr: ISerializer<V> = Polymorphic())
Content copied to clipboard
Types
Functions
Link copied to clipboard
Link copied to clipboard
open override fun computeIfPresent(key: K, remappingFunction: BiFunction<in K, in V, out V?>): V?
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Creates a clone of this IRdBindable not bound to any protocol
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Assigns IDs to this node and its child nodes in the graph.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard