Class UnzipWith<TIn, T0, T1>
TBD
Implements
IGraph<FanOutShape<TIn, T0, T1>>
Inherited Members
Namespace: Akka.Streams.Dsl
Assembly: Akka.Streams.dll
Syntax
public class UnzipWith<TIn, T0, T1> : GraphStage<FanOutShape<TIn, T0, T1>>, IGraphStageWithMaterializedValue<FanOutShape<TIn, T0, T1>, NotUsed>, IGraph<FanOutShape<TIn, T0, T1>, NotUsed>, IGraph<FanOutShape<TIn, T0, T1>>
Type Parameters
| Name | Description |
|---|---|
| TIn | TBD |
| T0 | TBD |
| T1 | TBD |
Constructors
| Edit this page View SourceUnzipWith(Func<TIn, (T0, T1)>)
TBD
Declaration
public UnzipWith(Func<TIn, (T0, T1)> unzipper)
Parameters
| Type | Name | Description |
|---|---|---|
| Func<TIn, (T0, T1)> | unzipper | TBD |
Properties
| Edit this page View SourceIn
TBD
Declaration
public Inlet<TIn> In { get; }
Property Value
| Type | Description |
|---|---|
| Inlet<TIn> |
InitialAttributes
TBD
Declaration
protected override sealed Attributes InitialAttributes { get; }
Property Value
| Type | Description |
|---|---|
| Attributes |
Overrides
| Edit this page View SourceOut0
TBD
Declaration
public Outlet<T0> Out0 { get; }
Property Value
| Type | Description |
|---|---|
| Outlet<T0> |
Out1
TBD
Declaration
public Outlet<T1> Out1 { get; }
Property Value
| Type | Description |
|---|---|
| Outlet<T1> |
Shape
TBD
Declaration
public override sealed FanOutShape<TIn, T0, T1> Shape { get; }
Property Value
| Type | Description |
|---|---|
| FanOutShape<TIn, T0, T1> |
Overrides
Methods
| Edit this page View SourceCreateLogic(Attributes)
TBD
Declaration
protected override sealed GraphStageLogic CreateLogic(Attributes inheritedAttributes)
Parameters
| Type | Name | Description |
|---|---|---|
| Attributes | inheritedAttributes | TBD |
Returns
| Type | Description |
|---|---|
| GraphStageLogic | TBD |
Edit this page