![]() | LocalLWWDictionaryTKey, TVal Methods |
The LocalLWWDictionaryTKey, 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 LWWDictionaryTKey, 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 | |
---|---|---|
![]() | AsInstanceOfT |
TBD
(Defined by Extensions.) |
![]() | ConcatKeyValuePairTKey, TVal |
TBD
(Defined by Extensions.) |
![]() | DropKeyValuePairTKey, TVal |
Scala alias for Skip
(Defined by Extensions.) |
![]() | ForEachKeyValuePairTKey, TVal |
Applies a delegate action to all elements of this enumerable.
(Defined by Extensions.) |
![]() | GroupedKeyValuePairTKey, TVal |
Partitions elements in fixed size
Credits to http://stackoverflow.com/a/13731854/465132
(Defined by EnumerableExtensions.) |
![]() | HeadKeyValuePairTKey, TVal |
Scala alias for FirstOrDefault
(Defined by Extensions.) |
![]() | IteratorKeyValuePairTKey, TVal |
TBD
(Defined by EnumeratorExtensions.) |
![]() | Match | Overloaded.
Matches the specified target.
(Defined by PatternMatch.) |
![]() | MatchT | Overloaded.
Matches the specified target and return a result of target processing.
(Defined by PatternMatch.) |
![]() | ShouldBeKeyValuePairTKey, TVal |
TBD
(Defined by AkkaSpecExtensions.) |
![]() | ShouldOnlyContainInOrderKeyValuePairTKey, TVal |
TBD
(Defined by AkkaSpecExtensions.) |
![]() | TakeRightKeyValuePairTKey, TVal |
Selects last n elements.
(Defined by Extensions.) |