Click or drag to resize
Akka.NETModuleComposeNoMaterialized Method
TBD

Namespace:  Akka.Streams.Implementation
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public IModule ComposeNoMaterialized(
	IModule that
)

Parameters

that
Type: Akka.Streams.ImplementationIModule
TBD

Return Value

Type: IModule
TBD

Implements

IModuleComposeNoMaterialized(IModule)
Exceptions
ExceptionCondition
ArgumentExceptionTBD
See Also