Maps
Functions
Retrieve Item from the SyncMap without opening it.
Mutate value of the SyncMap.Item without opening SyncMap using provided Mutator function.
Serializes the value returned by Mutator function into an equivalent JsonObject using a serializer retrieved from reified type parameter and uses the JsonObject to mutate value of the SyncMap.Item without opening the map.
Mutate value of the SyncMap.Item without opening SyncMap using provided Mutator function.
Serializes the value returned by Mutator function into an equivalent JsonObject using a serializer retrieved from reified type parameter and uses the JsonObject to mutate value of the SyncMap.Item without opening the map.
Open existing SyncMap by SID or unique name.
Open existing SyncMap by unique name or create a new one if specified name does not exist.
Retrieve items without opening the SyncMap.
Remove SyncMap.Item without opening the SyncMap.
Set Item in the SyncMap without opening it.
Serializes the given value into an equivalent JsonObject using a serializer retrieved from reified type parameter and set it as value of the SyncMap.Item without opening the map.
Set Item in the SyncMap without opening it.
Serializes the given value into an equivalent JsonObject using a serializer retrieved from reified type parameter and set it as value of the SyncMap.Item without opening the map.