Class UnzipWithCreator<TIn, TOut0, TOut1, TOut2, TOut3>
TBD
Implements
IUnzipWithCreator<TIn, (TOut0, TOut1, TOut2, TOut3), UnzipWith<TIn, TOut0, TOut1, TOut2, TOut3>>
Inherited Members
Namespace: Akka.Streams.Dsl
Assembly: Akka.Streams.dll
Syntax
public abstract class UnzipWithCreator<TIn, TOut0, TOut1, TOut2, TOut3> : IUnzipWithCreator<TIn, (TOut0, TOut1, TOut2, TOut3), UnzipWith<TIn, TOut0, TOut1, TOut2, TOut3>>
Type Parameters
| Name | Description |
|---|---|
| TIn | TBD |
| TOut0 | TBD |
| TOut1 | TBD |
| TOut2 | TBD |
| TOut3 | TBD |
Methods
| Edit this page View SourceCreate(Func<TIn, (TOut0, TOut1, TOut2, TOut3)>)
TBD
Declaration
public virtual UnzipWith<TIn, TOut0, TOut1, TOut2, TOut3> Create(Func<TIn, (TOut0, TOut1, TOut2, TOut3)> unzipper)
Parameters
| Type | Name | Description |
|---|---|---|
| Func<TIn, (TOut0, TOut1, TOut2, TOut3)> | unzipper | TBD |
Returns
| Type | Description |
|---|---|
| UnzipWith<TIn, TOut0, TOut1, TOut2, TOut3> | TBD |
Edit this page