![]() | LocalPNCounterDictionary<TKey> Methods |
The LocalPNCounterDictionary< TKey> generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | ContainsKey |
Gets value determining, if underlying PNCounterDictionary contains specified key.
|
![]() | Decrement |
Decrement the counter with the delta specified.
If the delta is negative then it will increment instead of decrement.
|
![]() | 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.) |
![]() | Increment |
Increment the counter with the delta specified.
If the delta is negative then it will decrement instead of increment.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Merge |
Merges data from provided PNCounterDictionary< TKey> into current CRDT,
creating new immutable instance in a result.
|
![]() | Remove |
Removes an entry from the map.
Note that if there is a conflicting update on another node the entry will
not be removed after merge.
|
![]() | 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 PNCounterDictionary,
returning true if such value existed.
|
Name | Description | |
---|---|---|
![]() | AsInstanceOf<T> |
TBD
(Defined by Extensions.) |
![]() | Concat<KeyValuePair<TKey, BigInteger>> |
TBD
(Defined by Extensions.) |
![]() | Drop<KeyValuePair<TKey, BigInteger>> |
Scala alias for Skip
(Defined by Extensions.) |
![]() | ForEach<KeyValuePair<TKey, BigInteger>> |
Applies a delegate action to all elements of this enumerable.
(Defined by Extensions.) |
![]() | Grouped<KeyValuePair<TKey, BigInteger>> |
Partitions elements in fixed size
Credits to http://stackoverflow.com/a/13731854/465132
(Defined by EnumerableExtensions.) |
![]() | Head<KeyValuePair<TKey, BigInteger>> |
Scala alias for FirstOrDefault
(Defined by Extensions.) |
![]() | Iterator<KeyValuePair<TKey, BigInteger>> |
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, BigInteger>> |
TBD
(Defined by AkkaSpecExtensions.) |
![]() | ShouldOnlyContainInOrder<KeyValuePair<TKey, BigInteger>> |
TBD
(Defined by AkkaSpecExtensions.) |
![]() | TakeRight<KeyValuePair<TKey, BigInteger>> |
Selects last n elements.
(Defined by Extensions.) |