Class ZipWith<TIn0, TIn1, TIn2, TOut>
TBD
Implements
IGraph<FanInShape<TIn0, TIn1, TIn2, TOut>>
Inherited Members
Namespace: Akka.Streams.Dsl
Assembly: Akka.Streams.dll
Syntax
public class ZipWith<TIn0, TIn1, TIn2, TOut> : GraphStage<FanInShape<TIn0, TIn1, TIn2, TOut>>, IGraphStageWithMaterializedValue<FanInShape<TIn0, TIn1, TIn2, TOut>, NotUsed>, IGraph<FanInShape<TIn0, TIn1, TIn2, TOut>, NotUsed>, IGraph<FanInShape<TIn0, TIn1, TIn2, TOut>>
Type Parameters
Name | Description |
---|---|
TIn0 | TBD |
TIn1 | TBD |
TIn2 | TBD |
TOut | TBD |
Constructors
| Improve this Doc View SourceZipWith(Func<TIn0, TIn1, TIn2, TOut>)
TBD
Declaration
public ZipWith(Func<TIn0, TIn1, TIn2, TOut> zipper)
Parameters
Type | Name | Description |
---|---|---|
Func<TIn0, TIn1, TIn2, TOut> | zipper | TBD |
Properties
| Improve this Doc View SourceIn0
TBD
Declaration
public Inlet<TIn0> In0 { get; }
Property Value
Type | Description |
---|---|
Inlet<TIn0> |
In1
TBD
Declaration
public Inlet<TIn1> In1 { get; }
Property Value
Type | Description |
---|---|
Inlet<TIn1> |
In2
TBD
Declaration
public Inlet<TIn2> In2 { get; }
Property Value
Type | Description |
---|---|
Inlet<TIn2> |
InitialAttributes
TBD
Declaration
protected sealed override Attributes InitialAttributes { get; }
Property Value
Type | Description |
---|---|
Attributes |
Overrides
Akka.Streams.Stage.GraphStageWithMaterializedValue<Akka.Streams.FanInShape<TIn0, TIn1, TIn2, TOut>, Akka.NotUsed>.InitialAttributes
|
Improve this Doc
View Source
Out
TBD
Declaration
public Outlet<TOut> Out { get; }
Property Value
Type | Description |
---|---|
Outlet<TOut> |
Shape
TBD
Declaration
public sealed override FanInShape<TIn0, TIn1, TIn2, TOut> Shape { get; }
Property Value
Type | Description |
---|---|
FanInShape<TIn0, TIn1, TIn2, TOut> |
Overrides
Akka.Streams.Stage.GraphStageWithMaterializedValue<Akka.Streams.FanInShape<TIn0, TIn1, TIn2, TOut>, Akka.NotUsed>.Shape
|
Improve this Doc
View Source
Zipper
TBD
Declaration
public Func<TIn0, TIn1, TIn2, TOut> Zipper { get; }
Property Value
Type | Description |
---|---|
Func<TIn0, TIn1, TIn2, TOut> |
Methods
| Improve this Doc View SourceCreateLogic(Attributes)
TBD
Declaration
protected sealed override GraphStageLogic CreateLogic(Attributes inheritedAttributes)
Parameters
Type | Name | Description |
---|---|---|
Attributes | inheritedAttributes | TBD |
Returns
Type | Description |
---|---|
GraphStageLogic | TBD |
Overrides
Akka.Streams.Stage.GraphStage<Akka.Streams.FanInShape<TIn0, TIn1, TIn2, TOut>>.CreateLogic(Akka.Streams.Attributes)