Click or drag to resize
Akka.NETUnzipWith 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
SystemObject
  Akka.Streams.DslUnzipWith

Namespace:  Akka.Streams.Dsl
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public class UnzipWith

The UnzipWith type exposes the following members.

Methods
  NameDescription
Public methodStatic memberApplyTIn, TOut0, TOut1(FuncTIn, TupleTOut0, TOut1, UnzipWithCreatorTIn, TOut0, TOut1)
TBD
Public methodStatic memberApplyTIn, TOut0, TOut1, TOut2(FuncTIn, TupleTOut0, TOut1, TOut2, UnzipWithCreatorTIn, TOut0, TOut1, TOut2)
TBD
Public methodStatic memberApplyTIn, TOut0, TOut1, TOut2, TOut3(FuncTIn, TupleTOut0, TOut1, TOut2, TOut3, UnzipWithCreatorTIn, TOut0, TOut1, TOut2, TOut3)
TBD
Public methodStatic memberApplyTIn, TOut0, TOut1, TOut2, TOut3, TOut4(FuncTIn, TupleTOut0, TOut1, TOut2, TOut3, TOut4, UnzipWithCreatorTIn, TOut0, TOut1, TOut2, TOut3, TOut4)
TBD
Public methodStatic memberApplyTIn, TOut0, TOut1, TOut2, TOut3, TOut4, TOut5(FuncTIn, TupleTOut0, TOut1, TOut2, TOut3, TOut4, TOut5, UnzipWithCreatorTIn, TOut0, TOut1, TOut2, TOut3, TOut4, TOut5)
TBD
Public methodStatic memberApplyTIn, TOut0, TOut1, TOut2, TOut3, TOut4, TOut5, TOut6(FuncTIn, TupleTOut0, TOut1, TOut2, TOut3, TOut4, TOut5, TOut6, UnzipWithCreatorTIn, TOut0, TOut1, TOut2, TOut3, TOut4, TOut5, TOut6)
TBD
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberInstance
TBD
Top
Extension Methods
See Also