Class FanInShape<T0, T1, T2, T3, T4, T5, TOut>
TBD
Implements
Inherited Members
Namespace: Akka.Streams
Assembly: Akka.Streams.dll
Syntax
public class FanInShape<T0, T1, T2, T3, T4, T5, TOut> : FanInShape<TOut>, ICloneableType Parameters
| Name | Description | 
|---|---|
| T0 | TBD | 
| T1 | TBD | 
| T2 | TBD | 
| T3 | TBD | 
| T4 | TBD | 
| T5 | TBD | 
| TOut | TBD | 
Constructors
| Edit this page View SourceFanInShape(IInit)
TBD
Declaration
public FanInShape(FanInShape<TOut>.IInit init)Parameters
| Type | Name | Description | 
|---|---|---|
| FanInShape<TOut>.IInit | init | TBD | 
FanInShape(Outlet<TOut>, Inlet<T0>, Inlet<T1>, Inlet<T2>, Inlet<T3>, Inlet<T4>, Inlet<T5>)
TBD
Declaration
public FanInShape(Outlet<TOut> outlet, Inlet<T0> in0, Inlet<T1> in1, Inlet<T2> in2, Inlet<T3> in3, Inlet<T4> in4, Inlet<T5> in5)Parameters
| Type | Name | Description | 
|---|---|---|
| Outlet<TOut> | outlet | TBD | 
| Inlet<T0> | in0 | TBD | 
| Inlet<T1> | in1 | TBD | 
| Inlet<T2> | in2 | TBD | 
| Inlet<T3> | in3 | TBD | 
| Inlet<T4> | in4 | TBD | 
| Inlet<T5> | in5 | TBD | 
FanInShape(string)
TBD
Declaration
public FanInShape(string name)Parameters
| Type | Name | Description | 
|---|---|---|
| string | name | TBD | 
Fields
| Edit this page View SourceIn0
TBD
Declaration
public readonly Inlet<T0> In0Field Value
| Type | Description | 
|---|---|
| Inlet<T0> | 
In1
TBD
Declaration
public readonly Inlet<T1> In1Field Value
| Type | Description | 
|---|---|
| Inlet<T1> | 
In2
TBD
Declaration
public readonly Inlet<T2> In2Field Value
| Type | Description | 
|---|---|
| Inlet<T2> | 
In3
TBD
Declaration
public readonly Inlet<T3> In3Field Value
| Type | Description | 
|---|---|
| Inlet<T3> | 
In4
TBD
Declaration
public readonly Inlet<T4> In4Field Value
| Type | Description | 
|---|---|
| Inlet<T4> | 
In5
TBD
Declaration
public readonly Inlet<T5> In5Field Value
| Type | Description | 
|---|---|
| Inlet<T5> | 
Methods
| Edit this page View SourceConstruct(IInit)
TBD
Declaration
protected override FanInShape<TOut> Construct(FanInShape<TOut>.IInit init)Parameters
| Type | Name | Description | 
|---|---|---|
| FanInShape<TOut>.IInit | init | TBD | 
Returns
| Type | Description | 
|---|---|
| FanInShape<TOut> | TBD | 
 Edit this page
Edit this page