Click or drag to resize
Akka.NETLocalORMultiDictionaryTKey, TVal Methods

The LocalORMultiDictionaryTKey, TVal generic type exposes the following members.

Methods
  NameDescription
Public methodAddItem
Adds provided value into a bucket under provided key within the context of the current cluster.
Public methodContainsKey
Gets value determining, if underlying ORMultiDictionary contains specified key.
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
TBD
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMerge
Public methodRemove
Removes a bucket from underlying ORMultiDictionary in the context of the current cluster node, given a key.
Public methodRemoveItem
Removes provided value from a bucket under provided key within the context of the current cluster.
Public methodReplaceItem
Replaces provided oldValue with newValue inside a bucket under provided key within the context of the current cluster.
Public methodSetItems
Stored provided value in entry with given key inside the underlying ORMultiDictionary in scope of the current node, and returning new local dictionary in result.
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Public methodToSurrogate
TBD
Public methodTryGetValue
Tries to retrieve element stored under provided key in the underlying ORMultiDictionary, returning true if such value existed.
Top
Extension Methods
  NameDescription
Public Extension MethodAsInstanceOfT
TBD
(Defined by Extensions.)
Public Extension MethodConcatKeyValuePairTKey, IImmutableSetTVal
TBD
(Defined by Extensions.)
Public Extension MethodDropKeyValuePairTKey, IImmutableSetTVal
Scala alias for Skip
(Defined by Extensions.)
Public Extension MethodForEachKeyValuePairTKey, IImmutableSetTVal
Applies a delegate action to all elements of this enumerable.
(Defined by Extensions.)
Public Extension MethodGroupedKeyValuePairTKey, IImmutableSetTVal
Partitions elements in fixed size Credits to http://stackoverflow.com/a/13731854/465132
(Defined by EnumerableExtensions.)
Public Extension MethodHeadKeyValuePairTKey, IImmutableSetTVal
Scala alias for FirstOrDefault
(Defined by Extensions.)
Public Extension MethodIteratorKeyValuePairTKey, IImmutableSetTVal
TBD
(Defined by EnumeratorExtensions.)
Public Extension MethodMatchOverloaded.
Matches the specified target.
(Defined by PatternMatch.)
Public Extension MethodMatchTOverloaded.
Matches the specified target and return a result of target processing.
(Defined by PatternMatch.)
Public Extension MethodShouldBeKeyValuePairTKey, IImmutableSetTVal
TBD
(Defined by AkkaSpecExtensions.)
Public Extension MethodShouldOnlyContainInOrderKeyValuePairTKey, IImmutableSetTVal
TBD
(Defined by AkkaSpecExtensions.)
Public Extension MethodTakeRightKeyValuePairTKey, IImmutableSetTVal
Selects last n elements.
(Defined by Extensions.)
Top
See Also