Click or drag to resize
Akka.NETLocalORSetT Structure

Namespace:  Akka.DistributedData.Local
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public struct LocalORSet<T> : ISurrogated, 
	IEnumerable<T>, IEnumerable

Type Parameters

T
TBD

The LocalORSetT type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCount
Returns number of elements inside the current set.
Public propertyElements
Returns collection of the elements inside the current set.
Top
Methods
  NameDescription
Public methodAdd
Adds an element to the underlying ORSet in scope of a current cluster node.
Public methodClear
Clears underlying ORSet in scope of the current cluster node.
Public methodContains
Checks if target element exists within underlying ORSet.
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
Returns an enumerator that iterates through the collection.
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 an element from the underlying ORSet in scope of a current cluster node.
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Public methodToSurrogate
TBD
Top
Operators
Extension Methods
  NameDescription
Public Extension MethodAsInstanceOfT
TBD
(Defined by Extensions.)
Public Extension MethodConcatT
TBD
(Defined by Extensions.)
Public Extension MethodDropT
Scala alias for Skip
(Defined by Extensions.)
Public Extension MethodForEachT
Applies a delegate action to all elements of this enumerable.
(Defined by Extensions.)
Public Extension MethodGroupedT
Partitions elements in fixed size Credits to http://stackoverflow.com/a/13731854/465132
(Defined by EnumerableExtensions.)
Public Extension MethodHeadT
Scala alias for FirstOrDefault
(Defined by Extensions.)
Public Extension MethodIteratorT
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 MethodShouldBeT
TBD
(Defined by AkkaSpecExtensions.)
Public Extension MethodShouldOnlyContainInOrderT
TBD
(Defined by AkkaSpecExtensions.)
Public Extension MethodTakeRightT
Selects last n elements.
(Defined by Extensions.)
Top
See Also