| UnzipWith Class |
TBD
Transforms each element of input stream into multiple streams using a splitter function.
Emits when all of the outputs stops backpressuring and there is an input element available
Backpressures when any of the outputs backpressures
Completes when upstream completes
Cancels when any downstream cancels
Inheritance Hierarchy
Namespace:
Akka.Streams.Dsl
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax type UnzipWith = class end
The UnzipWith type exposes the following members.
Methods
| Name | Description |
---|
| ApplyTIn, TOut0, TOut1(FuncTIn, TupleTOut0, TOut1, UnzipWithCreatorTIn, TOut0, TOut1) |
TBD
|
| ApplyTIn, TOut0, TOut1, TOut2(FuncTIn, TupleTOut0, TOut1, TOut2, UnzipWithCreatorTIn, TOut0, TOut1, TOut2) |
TBD
|
| ApplyTIn, TOut0, TOut1, TOut2, TOut3(FuncTIn, TupleTOut0, TOut1, TOut2, TOut3, UnzipWithCreatorTIn, TOut0, TOut1, TOut2, TOut3) |
TBD
|
| ApplyTIn, TOut0, TOut1, TOut2, TOut3, TOut4(FuncTIn, TupleTOut0, TOut1, TOut2, TOut3, TOut4, UnzipWithCreatorTIn, TOut0, TOut1, TOut2, TOut3, TOut4) |
TBD
|
| ApplyTIn, TOut0, TOut1, TOut2, TOut3, TOut4, TOut5(FuncTIn, TupleTOut0, TOut1, TOut2, TOut3, TOut4, TOut5, UnzipWithCreatorTIn, TOut0, TOut1, TOut2, TOut3, TOut4, TOut5) |
TBD
|
| ApplyTIn, TOut0, TOut1, TOut2, TOut3, TOut4, TOut5, TOut6(FuncTIn, TupleTOut0, TOut1, TOut2, TOut3, TOut4, TOut5, TOut6, UnzipWithCreatorTIn, TOut0, TOut1, TOut2, TOut3, TOut4, TOut5, TOut6) |
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.) |
TopFields Extension Methods See Also