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
| Improve this Doc View SourceFanInShape(FanInShape<TOut>.IInit)
TBD
Declaration
protected FanInShape(FanInShape<TOut>.IInit init)
Parameters
Type | Name | Description |
---|---|---|
FanInShape.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
| Improve this Doc View SourceInlets
TBD
Declaration
public override ImmutableArray<Inlet> Inlets { get; }
Property Value
Type | Description |
---|---|
System.Collections.Immutable.ImmutableArray<Inlet> |
Overrides
| Improve this Doc 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 |
---|---|
System.Collections.Immutable.ImmutableArray<Outlet> |
Overrides
Methods
| Improve this Doc View SourceConstruct(FanInShape<TOut>.IInit)
TBD
Declaration
protected abstract FanInShape<TOut> Construct(FanInShape<TOut>.IInit init)
Parameters
Type | Name | Description |
---|---|---|
FanInShape.IInit<> | init | TBD |
Returns
Type | Description |
---|---|
FanInShape<TOut> | TBD |
CopyFromPorts(ImmutableArray<Inlet>, ImmutableArray<Outlet>)
TBD
Declaration
public sealed override Shape CopyFromPorts(ImmutableArray<Inlet> inlets, ImmutableArray<Outlet> outlets)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Immutable.ImmutableArray<Inlet> | inlets | TBD |
System.Collections.Immutable.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
| Improve this Doc 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 |