Class UnzipWithCreator<TIn, TOut0, TOut1>
TBD
Implements
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
| Improve this Doc 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, System.ValueTuple<TOut0, TOut1>> | unzipper | TBD |
Returns
Type | Description |
---|---|
UnzipWith<TIn, TOut0, TOut1> | TBD |