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