Class FanInShapeN<T0, T1, TOut>
TBD
Implements
Inherited Members
Namespace: Akka.Streams
Assembly: Akka.Streams.dll
Syntax
public class FanInShapeN<T0, T1, TOut> : FanInShape<TOut>, ICloneable
Type Parameters
Name | Description |
---|---|
T0 | TBD |
T1 | TBD |
TOut | TBD |
Constructors
| Improve this Doc View SourceFanInShapeN(Outlet<TOut>, Inlet<T0>, Inlet<T1>[])
TBD
Declaration
public FanInShapeN(Outlet<TOut> outlet, Inlet<T0> in0, params Inlet<T1>[] inlets)
Parameters
Type | Name | Description |
---|---|---|
Outlet<TOut> | outlet | TBD |
Inlet<T0> | in0 | TBD |
Inlet<T1>[] | inlets | TBD |
FanInShapeN(Int32)
TBD
Declaration
public FanInShapeN(int n)
Parameters
Type | Name | Description |
---|---|---|
Int32 | n | TBD |
FanInShapeN(Int32, FanInShape<TOut>.IInit)
TBD
Declaration
public FanInShapeN(int n, FanInShape<TOut>.IInit init)
Parameters
Type | Name | Description |
---|---|---|
Int32 | n | TBD |
FanInShape.IInit<> | init | TBD |
FanInShapeN(Int32, String)
TBD
Declaration
public FanInShapeN(int n, string name)
Parameters
Type | Name | Description |
---|---|---|
Int32 | n | TBD |
String | name | TBD |
Fields
| Improve this Doc View SourceIn0
TBD
Declaration
public readonly Inlet<T0> In0
Field Value
Type | Description |
---|---|
Inlet<T0> |
In1s
TBD
Declaration
public readonly ImmutableArray<Inlet<T1>> In1s
Field Value
Type | Description |
---|---|
System.Collections.Immutable.ImmutableArray<Inlet<T1>> |
N
TBD
Declaration
public readonly int N
Field Value
Type | Description |
---|---|
Int32 |
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<>)
|
Improve this Doc
View Source
In(Int32)
TBD
Declaration
public Inlet<T1> In(int n)
Parameters
Type | Name | Description |
---|---|---|
Int32 | n | TBD |
Returns
Type | Description |
---|---|
Inlet<T1> | TBD |
Exceptions
Type | Condition |
---|---|
ArgumentException | This exception is thrown when the specified |