Interface IUnzipWithCreator<TIn, TOut, T>
TBD
Namespace: Akka.Streams.Dsl
Assembly: Akka.Streams.dll
Syntax
public interface IUnzipWithCreator<out TIn, in TOut, out T>
Type Parameters
| Name | Description |
|---|---|
| TIn | TBD |
| TOut | TBD |
| T | TBD |
Methods
| Edit this page View SourceCreate(Func<TIn, TOut>)
TBD
Declaration
T Create(Func<out TIn, in TOut> unzipper)
Parameters
| Type | Name | Description |
|---|---|---|
| Func<TIn, TOut> | unzipper | TBD |
Returns
| Type | Description |
|---|---|
| T | TBD |
Edit this page