ILinearSeqT Interface |
Namespace: Akka.Util
The ILinearSeqT type exposes the following members.
Name | Description | |
---|---|---|
GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerableT.) | |
Tail |
TBD
|
Name | Description | |
---|---|---|
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.) | |
ShouldBeT |
TBD
(Defined by AkkaSpecExtensions.) | |
ShouldOnlyContainInOrderT |
TBD
(Defined by AkkaSpecExtensions.) | |
TakeRightT |
Selects last n elements.
(Defined by Extensions.) |