![]() | ConcurrentSet<T> Methods |
The ConcurrentSet< T> generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Clear |
TBD
|
![]() | Contains |
TBD
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | TryAdd |
TBD
|
![]() | TryRemove |
TBD
|
Name | Description | |
---|---|---|
![]() | AsInstanceOf<T> |
TBD
(Defined by Extensions.) |
![]() | Concat<T> |
TBD
(Defined by Extensions.) |
![]() | Drop<T> |
Scala alias for Skip
(Defined by Extensions.) |
![]() | ForEach<T> |
Applies a delegate action to all elements of this enumerable.
(Defined by Extensions.) |
![]() | Grouped<T> |
Partitions elements in fixed size
Credits to http://stackoverflow.com/a/13731854/465132
(Defined by EnumerableExtensions.) |
![]() | Head<T> |
Scala alias for FirstOrDefault
(Defined by Extensions.) |
![]() | Iterator<T> |
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<T> |
TBD
(Defined by AkkaSpecExtensions.) |
![]() | ShouldOnlyContainInOrder<T> |
TBD
(Defined by AkkaSpecExtensions.) |
![]() | TakeRight<T> |
Selects last n elements.
(Defined by Extensions.) |