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
| Improve this Doc View SourceCreate(Func<TIn, TOut>)
TBD
Declaration
T Create(Func<TIn, TOut> unzipper)
Parameters
Type | Name | Description |
---|---|---|
Func<TIn, TOut> | unzipper | TBD |
Returns
Type | Description |
---|---|
T | TBD |