![]() | LocalLWWDictionary<TKey, TVal> Methods |
The LocalLWWDictionary< TKey, TVal> generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | ContainsKey |
Gets value determining, if underlying LWWDictionary contains specified key.
|
![]() | Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetEnumerator |
TBD
|
![]() | GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Merge |
Merges data from provided LWWDictionary< TKey, TValue> into current CRDT,
creating new immutable instance in a result.
|
![]() | Remove |
Removes an entry from underlying LWWDictionary in the context of the current cluster node, given a key.
|
![]() | SetItem |
Stored provided value in entry with given key inside the
underlying LWWDictionary in scope of the current node, and returning new local dictionary in result.
|
![]() | ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
![]() | ToSurrogate |
TBD
|
![]() | TryGetValue |
Tries to retrieve element stored under provided key in the underlying LWWDictionary,
returning true if such value existed.
|
Name | Description | |
---|---|---|
![]() | AsInstanceOf<T> |
TBD
(Defined by Extensions.) |
![]() | Concat<KeyValuePair<TKey, TVal>> |
TBD
(Defined by Extensions.) |
![]() | Drop<KeyValuePair<TKey, TVal>> |
Scala alias for Skip
(Defined by Extensions.) |
![]() | ForEach<KeyValuePair<TKey, TVal>> |
Applies a delegate action to all elements of this enumerable.
(Defined by Extensions.) |
![]() | Grouped<KeyValuePair<TKey, TVal>> |
Partitions elements in fixed size
Credits to http://stackoverflow.com/a/13731854/465132
(Defined by EnumerableExtensions.) |
![]() | Head<KeyValuePair<TKey, TVal>> |
Scala alias for FirstOrDefault
(Defined by Extensions.) |
![]() | Iterator<KeyValuePair<TKey, TVal>> |
TBD
(Defined by EnumeratorExtensions.) |
![]() | Match() | Overloaded.
Matches the specified target.
(Defined by PatternMatch.) |
![]() | Match<T>() | Overloaded.
Matches the specified target and return a result of target processing.
(Defined by PatternMatch.) |
![]() | ShouldBe<KeyValuePair<TKey, TVal>> |
TBD
(Defined by AkkaSpecExtensions.) |
![]() | ShouldOnlyContainInOrder<KeyValuePair<TKey, TVal>> |
TBD
(Defined by AkkaSpecExtensions.) |
![]() | TakeRight<KeyValuePair<TKey, TVal>> |
Selects last n elements.
(Defined by Extensions.) |