![]() | CompoundWrite Methods |
The Tcp. CompoundWrite type exposes the following members.
Name | Description | |
---|---|---|
![]() | 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.) |
![]() | GetEnumerator |
TBD
|
![]() | 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.) |
![]() | Prepend(Tcp.SimpleWriteCommand) |
TBD
(Inherited from Tcp.WriteCommand.) |
![]() | Prepend(IEnumerable<Tcp.WriteCommand>) |
TBD
(Inherited from Tcp.WriteCommand.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | AsInstanceOf<T> |
TBD
(Defined by Extensions.) |
![]() | Concat<Tcp.SimpleWriteCommand> |
TBD
(Defined by Extensions.) |
![]() | Drop<Tcp.SimpleWriteCommand> |
Scala alias for Skip
(Defined by Extensions.) |
![]() | ForEach<Tcp.SimpleWriteCommand> |
Applies a delegate action to all elements of this enumerable.
(Defined by Extensions.) |
![]() | Grouped<Tcp.SimpleWriteCommand> |
Partitions elements in fixed size
Credits to http://stackoverflow.com/a/13731854/465132
(Defined by EnumerableExtensions.) |
![]() | Head<Tcp.SimpleWriteCommand> |
Scala alias for FirstOrDefault
(Defined by Extensions.) |
![]() | Iterator<Tcp.SimpleWriteCommand> |
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<Tcp.SimpleWriteCommand> |
TBD
(Defined by AkkaSpecExtensions.) |
![]() | ShouldOnlyContainInOrder<Tcp.SimpleWriteCommand> |
TBD
(Defined by AkkaSpecExtensions.) |
![]() | TakeRight<Tcp.SimpleWriteCommand> |
Selects last n elements.
(Defined by Extensions.) |