| IImmutableSetTValue Interface |
[Missing <summary> documentation for "T:Akka.Util.Internal.Collections.IImmutableSet`1"]
Namespace: Akka.Util.Internal.Collections
public interface IImmutableSet<TValue> : IEnumerable<TValue>, IEnumerable where TValue : Object, IComparable<TValue>
[Missing <typeparam name="TValue"/> documentation for "T:Akka.Util.Internal.Collections.IImmutableSet`1"]
The IImmutableSetTValue type exposes the following members.
| Name | Description | |
|---|---|---|
| Add | ||
| Contains | ||
| GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerableTValue.) | |
| Remove(IEnumerableTValue) | ||
| Remove(TValue) | ||
| TryAdd | ||
| TryRemove |
| Name | Description | |
|---|---|---|
| ConcatTValue | (Defined by Extensions.) | |
| DropTValue |
Scala alias for Skip
(Defined by Extensions.) | |
| HeadTValue |
Scala alias for FirstOrDefault
(Defined by Extensions.) | |
| RemoveTValue | (Defined by ImmutableSetExtensions.) |
| Name | Description | |
|---|---|---|
| AllMaxToMin | ||
| AllMinToMax | ||
| Count | ||
| IsEmpty |