Class ClosedShape
This Shape is used for graphs that have neither open inputs nor open outputs. Only such a IGraph<TShape, TMaterialized> can be materialized by a IMaterializer.
Implements
Inherited Members
Namespace: Akka.Streams
Assembly: Akka.Streams.dll
Syntax
public class ClosedShape : Shape, ICloneable
Fields
| Improve this Doc View SourceInstance
TBD
Declaration
public static readonly ClosedShape Instance
Field Value
Type | Description |
---|---|
ClosedShape |
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 SourceOutlets
TBD
Declaration
public override ImmutableArray<Outlet> Outlets { get; }
Property Value
Type | Description |
---|---|
System.Collections.Immutable.ImmutableArray<Outlet> |
Overrides
Methods
| Improve this Doc View SourceCopyFromPorts(ImmutableArray<Inlet>, ImmutableArray<Outlet>)
TBD
Declaration
public 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 | This exception is thrown when the size of the specified |
DeepCopy()
TBD
Declaration
public override Shape DeepCopy()
Returns
Type | Description |
---|---|
Shape | TBD |