Class FusedModule
TBD
Inherited Members
Namespace: Akka.Streams.Implementation
Assembly: Akka.Streams.dll
Syntax
public sealed class FusedModule : Module, IModule, IComparable<IModule>
Constructors
| Improve this Doc View SourceFusedModule(ImmutableArray<IModule>, Shape, IImmutableDictionary<OutPort, InPort>, IImmutableDictionary<InPort, OutPort>, StreamLayout.IMaterializedValueNode, Attributes, StructuralInfoModule)
TBD
Declaration
public FusedModule(ImmutableArray<IModule> subModules, Shape shape, IImmutableDictionary<OutPort, InPort> downstreams, IImmutableDictionary<InPort, OutPort> upstreams, StreamLayout.IMaterializedValueNode materializedValueComputation, Attributes attributes, StructuralInfoModule info)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Immutable.ImmutableArray<IModule> | subModules | TBD |
Shape | shape | TBD |
System.Collections.Immutable.IImmutableDictionary<OutPort, InPort> | downstreams | TBD |
System.Collections.Immutable.IImmutableDictionary<InPort, OutPort> | upstreams | TBD |
StreamLayout.IMaterializedValueNode | materializedValueComputation | TBD |
Attributes | attributes | TBD |
StructuralInfoModule | info | TBD |
Properties
| Improve this Doc View SourceAttributes
TBD
Declaration
public override Attributes Attributes { get; }
Property Value
Type | Description |
---|---|
Attributes |
Overrides
| Improve this Doc View SourceDownstreams
TBD
Declaration
public override IImmutableDictionary<OutPort, InPort> Downstreams { get; }
Property Value
Type | Description |
---|---|
System.Collections.Immutable.IImmutableDictionary<OutPort, InPort> |
Overrides
| Improve this Doc View SourceInfo
TBD
Declaration
public StructuralInfoModule Info { get; }
Property Value
Type | Description |
---|---|
StructuralInfoModule |
IsFused
TBD
Declaration
public override bool IsFused { get; }
Property Value
Type | Description |
---|---|
Boolean |
Overrides
| Improve this Doc View SourceMaterializedValueComputation
TBD
Declaration
public override StreamLayout.IMaterializedValueNode MaterializedValueComputation { get; }
Property Value
Type | Description |
---|---|
StreamLayout.IMaterializedValueNode |
Overrides
| Improve this Doc View SourceShape
TBD
Declaration
public override Shape Shape { get; }
Property Value
Type | Description |
---|---|
Shape |
Overrides
| Improve this Doc View SourceSubModules
TBD
Declaration
public override ImmutableArray<IModule> SubModules { get; }
Property Value
Type | Description |
---|---|
System.Collections.Immutable.ImmutableArray<IModule> |
Overrides
| Improve this Doc View SourceUpstreams
TBD
Declaration
public override IImmutableDictionary<InPort, OutPort> Upstreams { get; }
Property Value
Type | Description |
---|---|
System.Collections.Immutable.IImmutableDictionary<InPort, OutPort> |
Overrides
Methods
| Improve this Doc View SourceCarbonCopy()
TBD
Declaration
public override IModule CarbonCopy()
Returns
Type | Description |
---|---|
IModule | TBD |
Overrides
| Improve this Doc View SourceReplaceShape(Shape)
TBD
Declaration
public override IModule ReplaceShape(Shape shape)
Parameters
Type | Name | Description |
---|---|---|
Shape | shape | TBD |
Returns
Type | Description |
---|---|
IModule | TBD |
Overrides
Exceptions
Type | Condition |
---|---|
ArgumentException | TBD |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |
Overrides
| Improve this Doc View SourceWithAttributes(Attributes)
TBD
Declaration
public override IModule WithAttributes(Attributes attributes)
Parameters
Type | Name | Description |
---|---|---|
Attributes | attributes | TBD |
Returns
Type | Description |
---|---|
IModule | TBD |