|  | GSetT Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Akka.DistributedData
 Syntax
Syntax[SerializableAttribute] public sealed class GSet<T> : FastMerge<GSet<T>>, IReplicatedDataSerialization, IEquatable<GSet<T>>, IEnumerable<T>, IEnumerable
The GSetT type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | GSetT | 
            TBD
             | 
|  | GSetT(IImmutableSetT) | 
            TBD
             | 
 Properties
Properties Methods
Methods| Name | Description | |
|---|---|---|
|  | Add | 
            TBD
             | 
|  | AssignAncestor | 
            INTERNAL API: should be called from "updating" methods
            (Inherited from FastMergeT.) | 
|  | ClearAncestor | 
            INTERNAL API: should be called from merge 
            (Inherited from FastMergeT.) | 
|  | Contains | 
            TBD
             | 
|  | Equals(Object) | Determines whether the specified object is equal to the current object.(Overrides ObjectEquals(Object).) | 
|  | Equals(GSetT) | 
            TBD
             | 
|  | 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 | Returns an enumerator that iterates through the collection. | 
|  | GetHashCode | Serves as the default hash function. (Overrides ObjectGetHashCode.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | IsAncestorOf | 
            INTERNAL API: should be used from merge
            (Inherited from FastMergeT.) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|  | Merge(GSetT) | 
            TBD
            (Overrides FastMergeTMerge(T).) | 
|  | Merge(IReplicatedData) | 
            TBD
            (Inherited from FastMergeT.) | 
|  | ToString | Returns a string that represents the current object.(Overrides ObjectToString.) | 
 Fields
Fields Extension Methods
Extension Methods| Name | Description | |
|---|---|---|
|  | AsInstanceOfT | 
            TBD
            (Defined by Extensions.) | 
|  | ConcatT | 
            TBD
            (Defined by Extensions.) | 
|  | DropT | 
            Scala alias for Skip
            (Defined by Extensions.) | 
|  | ForEachT | 
            Applies a delegate action to all elements of this enumerable.
            (Defined by Extensions.) | 
|  | GroupedT |  
            Partitions elements in fixed size
            Credits to http://stackoverflow.com/a/13731854/465132
            (Defined by EnumerableExtensions.) | 
|  | HeadT | 
            Scala alias for FirstOrDefault
            (Defined by Extensions.) | 
|  | IteratorT | 
            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.) | 
|  | ShouldBeT | 
            TBD
            (Defined by AkkaSpecExtensions.) | 
|  | ShouldOnlyContainInOrderT | 
            TBD
            (Defined by AkkaSpecExtensions.) | 
|  | TakeRightT | 
            Selects last n elements.
            (Defined by Extensions.) | 
 See Also
See Also