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
| Improve this Doc View SourceUniformFanInShape(Outlet<TOut>, 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(Int32)
TBD
Declaration
public UniformFanInShape(int n)
Parameters
Type | Name | Description |
---|---|---|
Int32 | n | TBD |
UniformFanInShape(Int32, FanInShape<TOut>.IInit)
TBD
Declaration
public UniformFanInShape(int n, FanInShape<TOut>.IInit init)
Parameters
Type | Name | Description |
---|---|---|
Int32 | n | TBD |
FanInShape.IInit<> | init | TBD |
UniformFanInShape(Int32, String)
TBD
Declaration
public UniformFanInShape(int n, string name)
Parameters
Type | Name | Description |
---|---|---|
Int32 | n | TBD |
String | name | TBD |
Fields
| Improve this Doc View SourceN
TBD
Declaration
public readonly int N
Field Value
Type | Description |
---|---|
Int32 |
Properties
| Improve this Doc View SourceIns
TBD
Declaration
public IImmutableList<Inlet<TIn>> Ins { get; }
Property Value
Type | Description |
---|---|
System.Collections.Immutable.IImmutableList<Inlet<TIn>> |
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<TIn> In(int n)
Parameters
Type | Name | Description |
---|---|---|
Int32 | n | TBD |
Returns
Type | Description |
---|---|
Inlet<TIn> | TBD |