Click or drag to resize
Akka.NETILinearSeqT Interface
TBD

Namespace:  Akka.Util
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public interface ILinearSeq<out T> : IEnumerable<T>, 
	IEnumerable

Type Parameters

T
TBD

The ILinearSeqT type exposes the following members.

Properties
  NameDescription
Public propertyHead
TBD
Public propertyIsEmpty
TBD
Top
Methods
  NameDescription
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableT.)
Public methodTail
TBD
Top
Extension Methods
  NameDescription
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 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