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
| Edit this page View SourceFanInShapeN(Outlet<TOut>, Inlet<T0>, params 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(int)
TBD
Declaration
public FanInShapeN(int n)
Parameters
Type | Name | Description |
---|---|---|
int | n | TBD |
FanInShapeN(int, IInit)
TBD
Declaration
public FanInShapeN(int n, FanInShape<TOut>.IInit init)
Parameters
Type | Name | Description |
---|---|---|
int | n | TBD |
FanInShape<TOut>.IInit | init | TBD |
FanInShapeN(int, string)
TBD
Declaration
public FanInShapeN(int n, string name)
Parameters
Type | Name | Description |
---|---|---|
int | n | TBD |
string | name | TBD |
Fields
| Edit this page 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 |
---|---|
ImmutableArray<Inlet<T1>> |
N
TBD
Declaration
public readonly int N
Field Value
Type | Description |
---|---|
int |
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 |
Overrides
| Edit this page View SourceIn(int)
TBD
Declaration
public Inlet<T1> In(int n)
Parameters
Type | Name | Description |
---|---|---|
int | n | TBD |
Returns
Type | Description |
---|---|
Inlet<T1> | TBD |
Exceptions
Type | Condition |
---|---|
ArgumentException | This exception is thrown when the specified |