| IModuleReplaceShape Method |
Verify that the given Shape has the same ports and return a new module with that shape.
Concrete implementations may throw UnsupportedOperationException where applicable.
Namespace:
Akka.Streams.Implementation
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax IModule ReplaceShape(
Shape shape
)
abstract ReplaceShape :
shape : Shape -> IModule
Parameters
- shape
- Type: Akka.StreamsShape
TBD
Return Value
Type:
IModuleTBD
See Also