Class FanInShape<TOut>
TBD
Inheritance
FanInShape<TOut>
Implements
Inherited Members
Namespace: Akka.Streams
Assembly: Akka.Streams.dll
Syntax
public abstract class FanInShape<TOut> : Shape, ICloneable
Type Parameters
Name | Description |
---|---|
TOut | TBD |
Constructors
| Edit this page View SourceFanInShape(IInit)
TBD
Declaration
protected FanInShape(FanInShape<TOut>.IInit init)
Parameters
Type | Name | Description |
---|---|---|
FanInShape<TOut>.IInit | init | TBD |
FanInShape(Outlet<TOut>, IEnumerable<Inlet>, string)
TBD
Declaration
protected FanInShape(Outlet<TOut> outlet, IEnumerable<Inlet> registered, string name)
Parameters
Type | Name | Description |
---|---|---|
Outlet<TOut> | outlet | TBD |
IEnumerable<Inlet> | registered | TBD |
string | name | TBD |
Properties
| Edit this page View SourceInlets
TBD
Declaration
public override ImmutableArray<Inlet> Inlets { get; }
Property Value
Type | Description |
---|---|
ImmutableArray<Inlet> |
Overrides
| Edit this page View SourceOut
TBD
Declaration
public Outlet<TOut> Out { get; }
Property Value
Type | Description |
---|---|
Outlet<TOut> |
Outlets
TBD
Declaration
public override ImmutableArray<Outlet> Outlets { get; }
Property Value
Type | Description |
---|---|
ImmutableArray<Outlet> |
Overrides
Methods
| Edit this page View SourceConstruct(IInit)
TBD
Declaration
protected abstract FanInShape<TOut> Construct(FanInShape<TOut>.IInit init)
Parameters
Type | Name | Description |
---|---|---|
FanInShape<TOut>.IInit | init | TBD |
Returns
Type | Description |
---|---|
FanInShape<TOut> | TBD |
CopyFromPorts(ImmutableArray<Inlet>, ImmutableArray<Outlet>)
TBD
Declaration
public override sealed Shape CopyFromPorts(ImmutableArray<Inlet> inlets, ImmutableArray<Outlet> outlets)
Parameters
Type | Name | Description |
---|---|---|
ImmutableArray<Inlet> | inlets | TBD |
ImmutableArray<Outlet> | outlets | TBD |
Returns
Type | Description |
---|---|
Shape | TBD |
Overrides
Exceptions
Type | Condition |
---|---|
ArgumentException | TBD |
DeepCopy()
TBD
Declaration
public override Shape DeepCopy()
Returns
Type | Description |
---|---|
Shape | TBD |
Overrides
| Edit this page View SourceNewInlet<T>(string)
TBD
Declaration
protected Inlet<T> NewInlet<T>(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | TBD |
Returns
Type | Description |
---|---|
Inlet<T> | TBD |
Type Parameters
Name | Description |
---|---|
T | TBD |