Class UniformFanInShape<TIn, TOut>
TBD
Implements
Inherited Members
Namespace: Akka.Streams
Assembly: Akka.Streams.dll
Syntax
public class UniformFanInShape<TIn, TOut> : FanInShape<TOut>, ICloneable
Type Parameters
Name | Description |
---|---|
TIn | TBD |
TOut | TBD |
Constructors
| Edit this page View SourceUniformFanInShape(Outlet<TOut>, params Inlet<TIn>[])
TBD
Declaration
public UniformFanInShape(Outlet<TOut> outlet, params Inlet<TIn>[] inlets)
Parameters
Type | Name | Description |
---|---|---|
Outlet<TOut> | outlet | TBD |
Inlet<TIn>[] | inlets | TBD |
UniformFanInShape(int)
TBD
Declaration
public UniformFanInShape(int n)
Parameters
Type | Name | Description |
---|---|---|
int | n | TBD |
UniformFanInShape(int, IInit)
TBD
Declaration
public UniformFanInShape(int n, FanInShape<TOut>.IInit init)
Parameters
Type | Name | Description |
---|---|---|
int | n | TBD |
FanInShape<TOut>.IInit | init | TBD |
UniformFanInShape(int, string)
TBD
Declaration
public UniformFanInShape(int n, string name)
Parameters
Type | Name | Description |
---|---|---|
int | n | TBD |
string | name | TBD |
Fields
| Edit this page View SourceN
TBD
Declaration
public readonly int N
Field Value
Type | Description |
---|---|
int |
Properties
| Edit this page View SourceIns
TBD
Declaration
public IImmutableList<Inlet<TIn>> Ins { get; }
Property Value
Type | Description |
---|---|
IImmutableList<Inlet<TIn>> |
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<TIn> In(int n)
Parameters
Type | Name | Description |
---|---|---|
int | n | TBD |
Returns
Type | Description |
---|---|
Inlet<TIn> | TBD |