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