Class FanInShape<T0, T1, TOut>
TBD
Implements
Inherited Members
Namespace: Akka.Streams
Assembly: Akka.Streams.dll
Syntax
public class FanInShape<T0, T1, TOut> : FanInShape<TOut>, ICloneable
Type Parameters
Name | Description |
---|---|
T0 | TBD |
T1 | TBD |
TOut | TBD |
Constructors
| Improve this Doc View SourceFanInShape(FanInShape<TOut>.IInit)
TBD
Declaration
public FanInShape(FanInShape<TOut>.IInit init)
Parameters
Type | Name | Description |
---|---|---|
FanInShape.IInit<> | init | TBD |
FanInShape(Outlet<TOut>, Inlet<T0>, Inlet<T1>)
TBD
Declaration
public FanInShape(Outlet<TOut> outlet, Inlet<T0> in0, Inlet<T1> in1)
Parameters
Type | Name | Description |
---|---|---|
Outlet<TOut> | outlet | TBD |
Inlet<T0> | in0 | TBD |
Inlet<T1> | in1 | TBD |
FanInShape(String)
TBD
Declaration
public FanInShape(string name)
Parameters
Type | Name | Description |
---|---|---|
String | name | TBD |
Fields
| Improve this Doc View SourceIn0
TBD
Declaration
public readonly Inlet<T0> In0
Field Value
Type | Description |
---|---|
Inlet<T0> |
In1
TBD
Declaration
public readonly Inlet<T1> In1
Field Value
Type | Description |
---|---|
Inlet<T1> |
Methods
| Improve this Doc View SourceConstruct(FanInShape<TOut>.IInit)
TBD
Declaration
protected override FanInShape<TOut> Construct(FanInShape<TOut>.IInit init)
Parameters
Type | Name | Description |
---|---|---|
FanInShape.IInit<> | init | TBD |
Returns
Type | Description |
---|---|
FanInShape<TOut> | TBD |
Overrides
Akka.Streams.FanInShape<TOut>.Construct(Akka.Streams.FanInShape.IInit<>)